From d66ff690beb8c49e39311c9f6208fd4ac1fc1e1f Mon Sep 17 00:00:00 2001 From: Robin Watts Date: Mon, 8 Oct 2012 15:57:17 +0100 Subject: Bug 693368: Fix typo "atin2f". Silly typo in LOCAL_TRIG code. Thanks to Robert Jedrzejczyk for reporting this. --- fitz/fitz-internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit v1.2.3