changeset 9998:5059d43e28d8 draft

(svn r14155) -Fix (r14154): wrong comments
author glx <glx@openttd.org>
date Sun, 24 Aug 2008 17:18:05 +0000
parents 71ed8bf0a031
children 456a358fa1e6
files src/string_func.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/string_func.h
+++ b/src/string_func.h
@@ -159,6 +159,6 @@
 #ifndef _GNU_SOURCE
 /* strndup is a GNU extension */
 char *strndup(const char *s, size_t len);
-#endif /* WIN32 || SUNOS */
+#endif /* !_GNU_SOURCE */
 
-#endif /* !_GNU_SOURCE */
+#endif /* STRING_FUNC_H */