summaryrefslogtreecommitdiffstats
path: root/log.c
diff options
context:
space:
mode:
Diffstat (limited to 'log.c')
-rw-r--r--log.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/log.c b/log.c
index 46f1673c..200f9119 100644
--- a/log.c
+++ b/log.c
@@ -144,6 +144,7 @@ fatalx(const char *msg, ...)
char *fmt;
va_list ap;
+ abort();
va_start(ap, msg);
if (asprintf(&fmt, "fatal: %s", msg) == -1)
exit(1);