typo in libnotimpl
[openwrt/svn-archive/archive.git] / 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
 {