summaryrefslogtreecommitdiff
path: root/src/string_func.h
diff options
context:
space:
mode:
authorglx <glx@openttd.org>2008-08-24 17:18:05 +0000
committerglx <glx@openttd.org>2008-08-24 17:18:05 +0000
commit01e8ec447e7e89bc49251dcab1b8a1b184adec37 (patch)
tree4e87c39b1ebd6fa2cc78ae12c60bdd8ce49f35db /src/string_func.h
parent4bb40a7d4431b32016353d197c9fa8f59fe119a9 (diff)
downloadopenttd-01e8ec447e7e89bc49251dcab1b8a1b184adec37.tar.xz
(svn r14155) -Fix (r14154): wrong comments
Diffstat (limited to 'src/string_func.h')
-rw-r--r--src/string_func.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/string_func.h b/src/string_func.h
index 7bc2d6c95..0a6ff6d28 100644
--- a/src/string_func.h
+++ b/src/string_func.h
@@ -159,6 +159,6 @@ static inline bool IsWhitespace(WChar c)
#ifndef _GNU_SOURCE
/* strndup is a GNU extension */
char *strndup(const char *s, size_t len);
-#endif /* WIN32 || SUNOS */
-
#endif /* !_GNU_SOURCE */
+
+#endif /* STRING_FUNC_H */