diff options
| author | Charles Karney <charles.karney@sri.com> | 2019-09-17 11:19:23 -0400 |
|---|---|---|
| committer | Charles Karney <charles.karney@sri.com> | 2019-09-17 11:19:23 -0400 |
| commit | b154e42c917288124ef64c458b91a0efabd4e568 (patch) | |
| tree | 7377b486fb5cf0cd0d7e139dd9512ce71f00b840 /src/geodesic.c | |
| parent | 5fe21c3e2b88e8248c79311401db03124e88bc52 (diff) | |
| download | PROJ-b154e42c917288124ef64c458b91a0efabd4e568.tar.gz PROJ-b154e42c917288124ef64c458b91a0efabd4e568.zip | |
Fix typo in geodesic.c
Diffstat (limited to 'src/geodesic.c')
| -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> |
