typo in libnotimpl
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 9 Oct 2007 22:36:37 +0000 (22:36 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 9 Oct 2007 22:36:37 +0000 (22:36 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9233 3c298f89-4303-0410-b956-a3cf2f4a3e73

libs/libnotimpl/src/math.c

index 31e6293..0cbd1b3 100644 (file)
 #ifdef __STDC__
     float roundf(float x)
 #else
-    float round(x)
+    float roundf(x)
        float x;
 #endif
 {