summaryrefslogtreecommitdiff
path: root/src/core/wee-string.h
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2010-06-25 15:03:39 +0200
committerSebastien Helleu <flashcode@flashtux.org>2010-06-25 15:03:39 +0200
commitdcdba08f8aad80bfe36f4d2f355bfcdfd7997a07 (patch)
tree544a8d06d0078a62d1c900bf604d82268cd6671c /src/core/wee-string.h
parent6562d676fe079d53f820d947cb0815e089159457 (diff)
downloadweechat-dcdba08f8aad80bfe36f4d2f355bfcdfd7997a07.zip
Update comments after #endif in C headers
Diffstat (limited to 'src/core/wee-string.h')
-rw-r--r--src/core/wee-string.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/wee-string.h b/src/core/wee-string.h
index f0e7eb95e..d0d29dc05 100644
--- a/src/core/wee-string.h
+++ b/src/core/wee-string.h
@@ -62,4 +62,4 @@ extern int string_decode_base64 (const char *from, char *to);
extern int string_is_command_char (const char *string);
extern const char *string_input_for_buffer (const char *string);
-#endif /* wee-string.h */
+#endif /* __WEECHAT_STRING_H */