summaryrefslogtreecommitdiffstats
path: root/tremor/os.h
diff options
context:
space:
mode:
Diffstat (limited to 'tremor/os.h')
-rw-r--r--tremor/os.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tremor/os.h b/tremor/os.h
index 27f2a22e63..10db04648a 100644
--- a/tremor/os.h
+++ b/tremor/os.h
@@ -28,7 +28,7 @@
#ifdef _WIN32
# include <malloc.h>
-# define rint(x) (floor((x)+0.5f))
+# define rint(x) (floor((x)+0.5f))
# define NO_FLOAT_MATH_LIB
# define FAST_HYPOT(a, b) sqrt((a)*(a) + (b)*(b))
#endif