diff options
author | glx <glx@openttd.org> | 2008-08-24 17:18:05 +0000 |
---|---|---|
committer | glx <glx@openttd.org> | 2008-08-24 17:18:05 +0000 |
commit | 01e8ec447e7e89bc49251dcab1b8a1b184adec37 (patch) | |
tree | 4e87c39b1ebd6fa2cc78ae12c60bdd8ce49f35db | |
parent | 4bb40a7d4431b32016353d197c9fa8f59fe119a9 (diff) | |
download | openttd-01e8ec447e7e89bc49251dcab1b8a1b184adec37.tar.xz |
(svn r14155) -Fix (r14154): wrong comments
-rw-r--r-- | src/string_func.h | 4 |
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 */ |