diff options
Diffstat (limited to 'apps/plugins/imageviewer/png/png.c')
-rw-r--r-- | apps/plugins/imageviewer/png/png.c | 2 |
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, 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; } image_size = rb->filesize(fd); |