diff options
| author | Thomas Knudsen <lastname DOT firstname AT gmail DOT com> | 2016-04-02 00:06:15 +0200 |
|---|---|---|
| committer | Thomas Knudsen <lastname DOT firstname AT gmail DOT com> | 2016-04-02 00:06:15 +0200 |
| commit | afebe65cb503e40f9a89b5f931a1f94fb545e067 (patch) | |
| tree | ee1fd27eb1303fa46bb789b2a9d24c0da91bf079 /src | |
| parent | 83cdf16f019c7612192ff68504e5c20b7ef59d01 (diff) | |
| download | PROJ-afebe65cb503e40f9a89b5f931a1f94fb545e067.tar.gz PROJ-afebe65cb503e40f9a89b5f931a1f94fb545e067.zip | |
... and correcting the same blunder in the pj_minimal case
Diffstat (limited to 'src')
| -rw-r--r-- | src/PJ_minimal.c | 1 |
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 */ |
