typo in libnotimpl
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9233 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -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
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user