Skip to content
Snippets Groups Projects
Commit e9dd9d22 authored by Nicolas Thill's avatar Nicolas Thill
Browse files

fix typo

SVN-Revision: 4941
parent f24a3a51
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,7 @@ ...@@ -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
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment