summaryrefslogtreecommitdiffstats
path: root/image.c
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-02-03 22:05:13 +0100
committerBert <ber.t@gmx.com>2011-02-03 22:05:13 +0100
commit096c0ed935f7373c15809183ec474f4628d5fa5d (patch)
tree6273748fcec92f8beddfda6092a2c9c45d424bc3 /image.c
parent414fa567ce3893c33bc3a7b313b329c783853624 (diff)
downloadnsxiv-096c0ed935f7373c15809183ec474f4628d5fa5d.tar.zst
Removed some warnings
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;
}