aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/plibc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/plibc.h b/src/include/plibc.h
index 8ae1c7195..0ca2ec274 100644
--- a/src/include/plibc.h
+++ b/src/include/plibc.h
@@ -470,7 +470,7 @@ char *strcasestr(const char *haystack_start, const char *needle_start);
470#ifndef WINDOWS 470#ifndef WINDOWS
471 #define DIR_SEPARATOR '/' 471 #define DIR_SEPARATOR '/'
472 #define DIR_SEPARATOR_STR "/" 472 #define DIR_SEPARATOR_STR "/"
473 #define PATH_SEPARATOR ';' 473 #define PATH_SEPARATOR ':'
474 #define PATH_SEPARATOR_STR ":" 474 #define PATH_SEPARATOR_STR ":"
475 #define NEWLINE "\n" 475 #define NEWLINE "\n"
476 476