From 7e0845b083e56f59b87390507df9444c4f99b826 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ji=C5=99=C3=AD=20Techet?= Date: Wed, 3 Aug 2016 12:20:57 +0200 Subject: [PATCH] Make PathDelimiters match the declaration in header --- ctags/main/routines.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctags/main/routines.c b/ctags/main/routines.c index b981bae87..f87171034 100644 --- a/ctags/main/routines.c +++ b/ctags/main/routines.c @@ -160,7 +160,7 @@ * DATA DEFINITIONS */ #if defined (MSDOS_STYLE_PATH) -static const char PathDelimiters [] = ":/\\"; +const char *const PathDelimiters = ":/\\"; #endif char *CurrentDirectory; -- 2.11.4.GIT