From 096c0ed935f7373c15809183ec474f4628d5fa5d Mon Sep 17 00:00:00 2001 From: Bert Date: Thu, 3 Feb 2011 22:05:13 +0100 Subject: Removed some warnings --- image.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'image.c') diff --git a/image.c b/image.c index 1f27a40..d4b59c9 100644 --- a/image.c +++ b/image.c @@ -58,7 +58,7 @@ int _imlib_load_image(const char *filename) { return 0; if (!(im = imlib_load_image(filename))) { - warn("could not open image: %s", filename); + warn("could not open file: %s", filename); return 0; } -- cgit v1.2.3-54-g00ecf