[geany/geany] 7e0845: Make PathDelimiters match the declaration in header

Jiří Techet git-noreply at xxxxx
Sat Sep 10 07:26:15 UTC 2016


Branch:      refs/heads/master
Author:      Jiří Techet <techet at gmail.com>
Committer:   Jiří Techet <techet at gmail.com>
Date:        Wed, 03 Aug 2016 10:20:57 UTC
Commit:      7e0845b083e56f59b87390507df9444c4f99b826
             https://github.com/geany/geany/commit/7e0845b083e56f59b87390507df9444c4f99b826

Log Message:
-----------
Make PathDelimiters match the declaration in header


Modified Paths:
--------------
    ctags/main/routines.c

Modified: ctags/main/routines.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -160,7 +160,7 @@
 *   DATA DEFINITIONS
 */
 #if defined (MSDOS_STYLE_PATH)
-static const char PathDelimiters [] = ":/\\";
+const char *const PathDelimiters = ":/\\";
 #endif
 
 char *CurrentDirectory;



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list