diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-10-07 09:59:42 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-10-07 09:59:42 +0000 |
commit | a22828ce2bdad612bab9f9098a0d1bcec4ce37bf (patch) | |
tree | 0fa0d6068bb63c801f2cd8990604cd4590cad804 | |
parent | cf496205a8d92c574137aad7266207c3e23563d7 (diff) |
fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4941 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | toolchain/libnotimpl/src/math.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/libnotimpl/src/math.c b/toolchain/libnotimpl/src/math.c index a16ea740ea..5bfcb9532e 100644 --- a/toolchain/libnotimpl/src/math.c +++ b/toolchain/libnotimpl/src/math.c @@ -43,7 +43,7 @@ #ifdef __STDC__ float ceilf(float x) #else - float rintf(x) + float ceilf(x) float x; #endif { |