aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/PJ_minimal.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/PJ_minimal.c b/src/PJ_minimal.c
index 210d25d3..824d8b99 100644
--- a/src/PJ_minimal.c
+++ b/src/PJ_minimal.c
@@ -193,6 +193,7 @@ PJ *pj_projection_specific_setup_minimal (PJ *P) {
if (0==P->es) {
P->fwd = s_forward;
P->inv = s_inverse;
+ return P;
}
/* Otherwise it's ellipsoidal */