aboutsummaryrefslogtreecommitdiff
path: root/src/include/plibc.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-10-12 09:43:20 +0000
committerChristian Grothoff <christian@grothoff.org>2010-10-12 09:43:20 +0000
commit254bfc79fca2ed3f50ffbe4d5759a1f99922a154 (patch)
tree6c07356af4930066c1efd6a4a05ddf508b2cd6ef /src/include/plibc.h
parent13f052e885e1d191534bd46b5efaaf549428e0cc (diff)
downloadgnunet-254bfc79fca2ed3f50ffbe4d5759a1f99922a154.tar.gz
gnunet-254bfc79fca2ed3f50ffbe4d5759a1f99922a154.zip
fix
Diffstat (limited to 'src/include/plibc.h')
-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