summaryrefslogtreecommitdiff
path: root/src/filelist.c
diff options
context:
space:
mode:
authora1346054 <36859588+a1346054@users.noreply.github.com>2021-08-24 19:58:55 +0000
committerDaniel Friesel <derf@chaosdorf.de>2022-01-03 10:24:07 +0100
commitd89975957d54ac901ce52e6e3b9ca95d96048f8f (patch)
treec96709f1790f19590a69191bcedae0ae6d400209 /src/filelist.c
parent2a9a7e2557407d5b0c7e6b9680828fb431776ff5 (diff)
Trim trailing whitespace
Diffstat (limited to 'src/filelist.c')
-rw-r--r--src/filelist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filelist.c b/src/filelist.c
index 0aeaa02..811151e 100644
--- a/src/filelist.c
+++ b/src/filelist.c
@@ -641,7 +641,7 @@ char *feh_absolute_path(char *path)
filelist file can be saved anywhere and feh will still find the
images */
D(("Need to convert %s to an absolute form\n", path));
- /* I SHOULD be able to just use a simple realpath() here, but dumb *
+ /* I SHOULD be able to just use a simple realpath() here, but dumb *
old Solaris's realpath doesn't return an absolute path if the
path you give it is relative. Linux and BSD get this right... */
if (getcwd(cwd, sizeof(cwd)) == NULL)