diff options
Diffstat (limited to 'src/imlib.c')
-rw-r--r-- | src/imlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imlib.c b/src/imlib.c index f247bf7..a2bd4ac 100644 --- a/src/imlib.c +++ b/src/imlib.c @@ -256,7 +256,7 @@ int feh_load_image(Imlib_Image * im, feh_file * file) fputs("\n", stdout); reset_output = 1; } - feh_imlib_print_load_error(file->filename, NULL, err) + feh_imlib_print_load_error(file->filename, NULL, err); D(("Load *failed*\n")); return(0); } |