From: John Crispin Date: Tue, 9 Oct 2007 22:36:37 +0000 (+0000) Subject: typo in libnotimpl X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=467ef6d989621159d8bcba529a41b440a20a362c;ds=sidebyside typo in libnotimpl SVN-Revision: 9233 --- diff --git a/libs/libnotimpl/src/math.c b/libs/libnotimpl/src/math.c index 31e62931a3..0cbd1b3a95 100644 --- a/libs/libnotimpl/src/math.c +++ b/libs/libnotimpl/src/math.c @@ -119,7 +119,7 @@ #ifdef __STDC__ float roundf(float x) #else - float round(x) + float roundf(x) float x; #endif {