fix typo
SVN-Revision: 4941
This commit is contained in:
parent
f24a3a5199
commit
e9dd9d22e7
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
||||||
#ifdef __STDC__
|
#ifdef __STDC__
|
||||||
float ceilf(float x)
|
float ceilf(float x)
|
||||||
#else
|
#else
|
||||||
float rintf(x)
|
float ceilf(x)
|
||||||
float x;
|
float x;
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue