diff options
Diffstat (limited to 'src/core/wee-utf8.h')
-rw-r--r-- | src/core/wee-utf8.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/wee-utf8.h b/src/core/wee-utf8.h index c46791551..9454ebd6e 100644 --- a/src/core/wee-utf8.h +++ b/src/core/wee-utf8.h @@ -52,4 +52,4 @@ extern int utf8_real_pos (const char *string, int pos); extern int utf8_pos (const char *string, int real_pos); extern char *utf8_strndup (const char *string, int length); -#endif /* wee-utf8.h */ +#endif /* __WEECHAT_UTF8_H */ |