diff options
Diffstat (limited to 'src/keyevents.c')
-rw-r--r-- | src/keyevents.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyevents.c b/src/keyevents.c index 2c8890e..b3d48d1 100644 --- a/src/keyevents.c +++ b/src/keyevents.c @@ -340,7 +340,7 @@ void feh_event_handle_keypress(XEvent * ev) case 'f': if ((winwid->type == WIN_TYPE_THUMBNAIL) || (winwid->type == WIN_TYPE_THUMBNAIL_VIEWER)) - weprintf("Filelist saving is not supported in thumbnail mode\n"); + weprintf("Filelist saving is not supported in thumbnail mode"); else feh_save_filelist(); break; |