summaryrefslogtreecommitdiff
path: root/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'misc.h')
-rw-r--r--misc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc.h b/misc.h
index a64a475..1cfa88d 100644
--- a/misc.h
+++ b/misc.h
@@ -86,7 +86,7 @@ static inline void Syslog(const int level, const char *format, ...)
/**
** Show fatal error.
*/
-#define Fatal(fmt...) do { Error(fmt); exit(-1); } while (0)
+#define Fatal(fmt...) do { Error(fmt); abort(); } while (0)
/**
** Show warning.