summaryrefslogtreecommitdiff
path: root/apps/plugins/imageviewer/jpeg/jpeg.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/imageviewer/jpeg/jpeg.c')
-rw-r--r--apps/plugins/imageviewer/jpeg/jpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/imageviewer/jpeg/jpeg.c b/apps/plugins/imageviewer/jpeg/jpeg.c
index 91e0c1021f..b16ec1c4b1 100644
--- a/apps/plugins/imageviewer/jpeg/jpeg.c
+++ b/apps/plugins/imageviewer/jpeg/jpeg.c
@@ -136,7 +136,7 @@ int load_image(char *filename, struct image_info *info,
136 fd = rb->open(filename, O_RDONLY); 136 fd = rb->open(filename, O_RDONLY);
137 if (fd < 0) 137 if (fd < 0)
138 { 138 {
139 rb->splashf(HZ, "err opening %s:%d", filename, fd); 139 rb->splashf(HZ, "err opening %s: %d", filename, fd);
140 return PLUGIN_ERROR; 140 return PLUGIN_ERROR;
141 } 141 }
142 filesize = rb->filesize(fd); 142 filesize = rb->filesize(fd);