[hackers] [libsl][PATCH] die: exit: use EXIT_FAILURE intead of 1

From: <explosion0mental_AT_gmail.com>
Date: Thu, 28 Jul 2022 19:32:54 -0500

From: explosion-mental <explosion0mental_AT_gmail.com>

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
_AT_@ -31,5 +31,5 @@ die(const char *fmt, ...) {
 		fputc('\n', stderr);
 	}
 
-	exit(1);
+	exit(EXIT_FAILURE);
 }
-- 
2.37.1
Received on Fri Jul 29 2022 - 02:32:54 CEST

This archive was generated by hypermail 2.3.0 : Fri Jul 29 2022 - 02:36:35 CEST