summaryrefslogtreecommitdiff
path: root/apps/plugins/imageviewer/png/png.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/imageviewer/png/png.c')
-rw-r--r--apps/plugins/imageviewer/png/png.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/imageviewer/png/png.c b/apps/plugins/imageviewer/png/png.c
index 958793b37d..4a7e0963d9 100644
--- a/apps/plugins/imageviewer/png/png.c
+++ b/apps/plugins/imageviewer/png/png.c
@@ -1338,7 +1338,7 @@ int load_image(char *filename, struct image_info *info,
1338 fd = rb->open(filename, O_RDONLY); 1338 fd = rb->open(filename, O_RDONLY);
1339 if (fd < 0) 1339 if (fd < 0)
1340 { 1340 {
1341 rb->splashf(HZ, "err opening %s:%d", filename, fd); 1341 rb->splashf(HZ, "err opening %s: %d", filename, fd);
1342 return PLUGIN_ERROR; 1342 return PLUGIN_ERROR;
1343 } 1343 }
1344 image_size = rb->filesize(fd); 1344 image_size = rb->filesize(fd);