diff --git a/src/filelist.c b/src/filelist.c index 453f795c3b4604a07f24d038f7ebc618ed557f05..08da33143ea9667765d8391f8dbbff1ce68b53f1 100644 --- a/src/filelist.c +++ b/src/filelist.c @@ -398,7 +398,7 @@ void feh_file_dirname(char *dst, feh_file * f, int maxlen) } #ifdef HAVE_VERSCMP -inline int strcmp_or_strverscmp(const char *s1, const char *s2) +static inline int strcmp_or_strverscmp(const char *s1, const char *s2) { if (!opt.version_sort) return(strcmp(s1, s2));