diff options
Diffstat (limited to 'src/filelist.c')
-rw-r--r-- | src/filelist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filelist.c b/src/filelist.c index 91b6b89..177711c 100644 --- a/src/filelist.c +++ b/src/filelist.c @@ -271,7 +271,7 @@ gib_list *feh_file_info_preload(gib_list * list) feh_display_status('.'); } if (opt.verbose) - fputs("\n", stdout); + feh_display_status(0); if (remove_list) { for (l = remove_list; l; l = l->next) |