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 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;
}