diff options
author | a1346054 <36859588+a1346054@users.noreply.github.com> | 2021-08-24 19:58:55 +0000 |
---|---|---|
committer | Daniel Friesel <derf@chaosdorf.de> | 2022-01-03 10:24:07 +0100 |
commit | d89975957d54ac901ce52e6e3b9ca95d96048f8f (patch) | |
tree | c96709f1790f19590a69191bcedae0ae6d400209 /src/slideshow.c | |
parent | 2a9a7e2557407d5b0c7e6b9680828fb431776ff5 (diff) |
Trim trailing whitespace
Diffstat (limited to 'src/slideshow.c')
-rw-r--r-- | src/slideshow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slideshow.c b/src/slideshow.c index 87ec4cb..80bd476 100644 --- a/src/slideshow.c +++ b/src/slideshow.c @@ -165,7 +165,7 @@ void cb_reload_timer(void *data) if (opt.filelistfile) { filelist = gib_list_cat(filelist, feh_read_filelist(opt.filelistfile)); } - + if (!(filelist_len = gib_list_length(filelist))) { eprintf("No files found to reload."); } |