Renamed FATAL to DIE

This commit is contained in:
Bert
2011-01-18 17:21:59 +01:00
parent 2a2f0307c1
commit bb4edc756c
3 changed files with 5 additions and 5 deletions

2
sxiv.h
View File

@ -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__); \