From bb4edc756c7ceddb0f13194929cd1d363c85d653 Mon Sep 17 00:00:00 2001 From: Bert Date: Tue, 18 Jan 2011 17:21:59 +0100 Subject: Renamed FATAL to DIE --- image.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'image.c') 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); -- cgit v1.2.3