From: explosion-mental <[email protected]> stdlib.h is included anyway. --- util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/util.c b/util.c
index fe044fc..e03ec21 100644
--- a/util.c
+++ b/util.c
@@ -31,5 +31,5 @@ die(const char *fmt, ...) {
fputc('\n', stderr);
}
- exit(1);
+ exit(EXIT_FAILURE);
}
--
2.37.1
