typo in libnotimpl
authorJohn Crispin <john@openwrt.org>
Tue, 9 Oct 2007 22:36:37 +0000 (22:36 +0000)
committerJohn Crispin <john@openwrt.org>
Tue, 9 Oct 2007 22:36:37 +0000 (22:36 +0000)
SVN-Revision: 9233

libs/libnotimpl/src/math.c

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