projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11a072c
)
typo in libnotimpl
author
John Crispin
<john@openwrt.org>
Tue, 9 Oct 2007 22:36:37 +0000
(22:36 +0000)
committer
John Crispin
<john@openwrt.org>
Tue, 9 Oct 2007 22:36:37 +0000
(22:36 +0000)
SVN-Revision: 9233
libs/libnotimpl/src/math.c
patch
|
blob
|
history
diff --git
a/libs/libnotimpl/src/math.c
b/libs/libnotimpl/src/math.c
index 31e62931a398b30847d767249bcbe1e7f389ad3d..0cbd1b3a95f9dcc0c717e5d45ce4643bb210d46b 100644
(file)
--- 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 round
f
(x)
float x;
#endif
{