aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index 2c8a09e..5057432 100644
--- a/main.c
+++ b/main.c
@@ -189,6 +189,7 @@ int main(int argc, char** argv)
}
img = imv_load_image(renderer, g_path.cur->path);
if(img == NULL) {
+ fprintf(stderr, "Ignoring unsupported file: %s\n", g_path.cur->path);
remove_current_path();
} else {
g_path.reload = 0;