aboutsummaryrefslogtreecommitdiffstats
path: root/image.c
diff options
context:
space:
mode:
Diffstat (limited to 'image.c')
-rw-r--r--image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/image.c b/image.c
index a2742f4..a430b81 100644
--- a/image.c
+++ b/image.c
@@ -40,7 +40,7 @@ void img_load(img_t *img, char *filename) {
imlib_free_image();
if (!(img->im = imlib_load_image(filename)))
- FATAL("could not open image: %s", filename);
+ DIE("could not open image: %s", filename);
imlib_context_set_image(img->im);