aboutsummaryrefslogtreecommitdiff
path: root/src/pj_mlfn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pj_mlfn.c')
-rw-r--r--src/pj_mlfn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pj_mlfn.c b/src/pj_mlfn.c
index dc8aa2fc..24e7b63a 100644
--- a/src/pj_mlfn.c
+++ b/src/pj_mlfn.c
@@ -56,6 +56,6 @@ pj_inv_mlfn(projCtx ctx, double arg, double es, double *en) {
if (fabs(t) < EPS)
return phi;
}
- pj_ctx_set_errno( ctx, -17 );
+ pj_ctx_set_errno( ctx, PJD_ERR_NON_CONV_INV_MERI_DIST );
return phi;
}