diff options
Diffstat (limited to 'apps/plugins/imageviewer/jpeg/jpeg.c')
| -rw-r--r-- | apps/plugins/imageviewer/jpeg/jpeg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/imageviewer/jpeg/jpeg.c b/apps/plugins/imageviewer/jpeg/jpeg.c index 91e0c10..b16ec1c 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, fd = rb->open(filename, O_RDONLY); if (fd < 0) { - rb->splashf(HZ, "err opening %s:%d", filename, fd); + rb->splashf(HZ, "err opening %s: %d", filename, fd); return PLUGIN_ERROR; } filesize = rb->filesize(fd); |