src/misc.h

changeset 223
4f95d7f2e9ef
parent 211
8d35e631bef3
child 251
c4b96bc41298
--- a/src/misc.h	Sun May 19 02:55:29 2013 +0300
+++ b/src/misc.h	Sun May 19 03:42:25 2013 +0300
@@ -34,7 +34,7 @@
 bool isNumber (str& tok);
 
 // Converts a float value to a string value.
-str ftoa (double fCoord);
+str ftoa (double num);
 
 // Simplifies the given fraction.
 void simplify (short& numer, short& denom);

mercurial