summaryrefslogtreecommitdiffstats
path: root/sxiv.h
diff options
context:
space:
mode:
Diffstat (limited to 'sxiv.h')
-rw-r--r--sxiv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sxiv.h b/sxiv.h
index f26a84f..1ebcf57 100644
--- a/sxiv.h
+++ b/sxiv.h
@@ -30,7 +30,7 @@
fprintf(stderr, "\n"); \
} while (0)
-#define FATAL(...) \
+#define DIE(...) \
do { \
fprintf(stderr, "sxiv: %s:%d: error: ", __FILE__, __LINE__); \
fprintf(stderr, __VA_ARGS__); \