summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fitz/fitz-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fitz/fitz-internal.h b/fitz/fitz-internal.h
index e2e75407..810ccc18 100644
--- a/fitz/fitz-internal.h
+++ b/fitz/fitz-internal.h
@@ -217,7 +217,7 @@ static inline float my_atan2f(float o, float a)
#define sinf(x) my_sinf(x)
#define cosf(x) my_sinf(((float)(M_PI/2.0f)) + (x))
-#define atin2f(x,y) my_atan2f((x),(y))
+#define atan2f(x,y) my_atan2f((x),(y))
#endif
/* Range checking atof */