This commit is contained in:
Themaister 2011-03-17 01:01:31 +01:00
parent 4d2ab50889
commit 839f87d1e1

View File

@ -121,7 +121,7 @@ inline uintmax_t binary(const char *str) {
}
inline double fp(const char *str) {
strtod(str, NULL);
return strtod(str, NULL);
}
}