aboutsummaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'util.h')
-rw-r--r--util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util.h b/util.h
index 9353849..04c5b88 100644
--- a/util.h
+++ b/util.h
@@ -4,7 +4,7 @@
#include <stdlib.h>
#define err_die(r, ...) {\
- fprintf(stderr, "err: %s:%d: ", __FILE__, __LINE__); \
+ fprintf(stderr, "%s:%d: ", __FILE__, __LINE__); \
fprintf(stderr, __VA_ARGS__); \
fputc('\n', stderr); \
return r; \