summaryrefslogtreecommitdiffstats
path: root/sxiv.h
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-01-18 17:21:59 +0100
committerBert <ber.t@gmx.com>2011-01-18 17:21:59 +0100
commitbb4edc756c7ceddb0f13194929cd1d363c85d653 (patch)
treec7da66814615c2b080df7499b77bcf4debd1bb0b /sxiv.h
parent2a2f0307c1e313dde979de2086d93971c57d342b (diff)
downloadnsxiv-bb4edc756c7ceddb0f13194929cd1d363c85d653.tar.zst
Renamed FATAL to DIE
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__); \