about summary refs log tree commit diff
path: root/seq.c
diff options
context:
space:
mode:
Diffstat (limited to 'seq.c')
-rw-r--r--seq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/seq.c b/seq.c
index d30e4ee..461a484 100644
--- a/seq.c
+++ b/seq.c
@@ -189,7 +189,7 @@ parse_relnum(char *a, long cur, long last, long *out)
 		d = strtol(a, &b, 10);
 		if (errno != 0) {
 			perror("strtol");
-			exit(1);
+			exit(2);
 		}
 	}