projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
152320f
)
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
31e6293
..
0cbd1b3
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
#ifdef __STDC__
float roundf(float x)
#else
- float round(x)
+ float round
f
(x)
float x;
#endif
{
float x;
#endif
{