diff options
Diffstat (limited to 'src/PJ_geos.c')
| -rw-r--r-- | src/PJ_geos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PJ_geos.c b/src/PJ_geos.c index 2629d41d..7952c508 100644 --- a/src/PJ_geos.c +++ b/src/PJ_geos.c @@ -170,7 +170,7 @@ ENTRY0(geos) (P->sweep_axis[0] != 'x' && P->sweep_axis[0] != 'y')) E_ERROR(-49); - if (P->sweep_axis[0] == 'y') + if (P->sweep_axis[0] == 'x') P->flip_axis = 1; else P->flip_axis = 0; |
