aboutsummaryrefslogtreecommitdiff
path: root/src/pj_strerrno.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pj_strerrno.c')
-rw-r--r--src/pj_strerrno.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pj_strerrno.c b/src/pj_strerrno.c
index e06ea58b..d37e6d5f 100644
--- a/src/pj_strerrno.c
+++ b/src/pj_strerrno.c
@@ -67,6 +67,7 @@ pj_err_list[] = {
"ellipsoidal usage unsupported", /* -56 */
"only one +init allowed for non-pipeline operations", /* -57 */
"argument not numerical or out of range", /* -58 */
+ "inconsistent unit type between input and output", /* -59 */
/* When adding error messages, remember to update ID defines in
projects.h, and transient_error array in pj_transform */