Skip to content

Commit

Permalink
Make PathDelimiters match the declaration in header
Browse files Browse the repository at this point in the history
  • Loading branch information
techee committed Aug 3, 2016
1 parent 9c4c113 commit 7e0845b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ctags/main/routines.c
Expand Up @@ -160,7 +160,7 @@
* DATA DEFINITIONS
*/
#if defined (MSDOS_STYLE_PATH)
static const char PathDelimiters [] = ":/\\";
const char *const PathDelimiters = ":/\\";
#endif

char *CurrentDirectory;
Expand Down

0 comments on commit 7e0845b

Please sign in to comment.