diff options
| -rw-r--r-- | src/geodesic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/geodesic.c b/src/geodesic.c index 887edb42..5183311e 100644 --- a/src/geodesic.c +++ b/src/geodesic.c @@ -35,7 +35,7 @@ #endif #include "geodesic.h" -#if PROJ_COMPILAION +#if PROJ_COMPILATION #include "proj_math.h" #else #include <math.h> |
