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
commit4a4549405cef984ddcd78aa86bcc352fd0188f77 (patch)
tree4e87c39b1ebd6fa2cc78ae12c60bdd8ce49f35db /src/string_func.h
parent2ddb86eea5c42d235497fa1267408db42af254b3 (diff)
downloadopenttd-4a4549405cef984ddcd78aa86bcc352fd0188f77.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 */