From 3ceae0daa07c6968203534f72646c591031422eb Mon Sep 17 00:00:00 2001 From: blogic Date: Tue, 9 Oct 2007 22:36:37 +0000 Subject: [PATCH] typo in libnotimpl git-svn-id: svn://svn.openwrt.org/openwrt/packages@9233 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/libnotimpl/src/math.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/libnotimpl/src/math.c b/libs/libnotimpl/src/math.c index 31e62931a..0cbd1b3a9 100644 --- a/libs/libnotimpl/src/math.c +++ b/libs/libnotimpl/src/math.c @@ -119,7 +119,7 @@ #ifdef __STDC__ float roundf(float x) #else - float round(x) + float roundf(x) float x; #endif { -- 2.11.0