From: Nicolas Thill Date: Sat, 7 Oct 2006 09:59:42 +0000 (+0000) Subject: fix typo X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e9dd9d22e76b2a8e593ef069870abf6ac13bb137;p=librecmc%2Flibrecmc.git fix typo SVN-Revision: 4941 --- diff --git a/openwrt/toolchain/libnotimpl/src/math.c b/openwrt/toolchain/libnotimpl/src/math.c index a16ea740ea..5bfcb9532e 100644 --- a/openwrt/toolchain/libnotimpl/src/math.c +++ b/openwrt/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 {