From 4a4549405cef984ddcd78aa86bcc352fd0188f77 Mon Sep 17 00:00:00 2001 From: glx Date: Sun, 24 Aug 2008 17:18:05 +0000 Subject: (svn r14155) -Fix (r14154): wrong comments --- src/string_func.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/string_func.h') 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 */ -- cgit v1.2.3-54-g00ecf