diff options
Diffstat (limited to 'src/pj_inv.c')
| -rw-r--r-- | src/pj_inv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pj_inv.c b/src/pj_inv.c index e5cd3f7c..aaa8fea9 100644 --- a/src/pj_inv.c +++ b/src/pj_inv.c @@ -125,7 +125,7 @@ static PJ_COORD inv_finalize (PJ *P, PJ_COORD coo) { /* If input latitude was geocentrical, convert back to geocentrical */ if (P->geoc) - coo = proj_geocentric_latitude (P, PJ_FWD, coo); + coo = pj_geocentric_latitude (P, PJ_FWD, coo); } return coo; |
