typo in libnotimpl

git-svn-id: svn://svn.openwrt.org/openwrt/packages@9233 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
blogic
2007-10-09 22:36:37 +00:00
parent 99e6819ebd
commit 3ceae0daa0

View File

@ -119,7 +119,7 @@
#ifdef __STDC__ #ifdef __STDC__
float roundf(float x) float roundf(float x)
#else #else
float round(x) float roundf(x)
float x; float x;
#endif #endif
{ {