Local isdirsep() must not be visible to the outside.

This commit is contained in:
Matthias Melcher
2022-06-12 14:14:23 +02:00
parent e6ca751e92
commit 995e3118a6
+1 -1
View File
@@ -27,7 +27,7 @@
#include <stdlib.h>
#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