From 995e3118a6cdfc93ae75eff0061205983f468122 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sun, 12 Jun 2022 14:14:23 +0200 Subject: Local `isdirsep()` must not be visible to the outside. --- src/filename_absolute.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/filename_absolute.cxx b/src/filename_absolute.cxx index 41f7f64ee..72bb9f3ff 100644 --- a/src/filename_absolute.cxx +++ b/src/filename_absolute.cxx @@ -27,7 +27,7 @@ #include #include "flstring.h" -inline int isdirsep(char c) {return c == '/';} +static inline int isdirsep(char c) {return c == '/';} /** Makes a filename absolute from a relative filename. \code -- cgit v1.2.3