aboutsummaryrefslogtreecommitdiffstats
path: root/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'util.c')
-rw-r--r--util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util.c b/util.c
index 99166f8..517e02b 100644
--- a/util.c
+++ b/util.c
@@ -87,7 +87,7 @@ void die(const char* fmt, ...) {
va_end(args);
cleanup();
- exit(1);
+ exit(EXIT_FAILURE);
}
ssize_t get_line(char **buf, size_t *n, FILE *stream) {