aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/unicode/string.h (renamed from include/unicode/gbrk.h)6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/unicode/gbrk.h b/include/unicode/string.h
index 7f21371..c2a99c1 100644
--- a/include/unicode/gbrk.h
+++ b/include/unicode/string.h
@@ -1,5 +1,5 @@
-#ifndef MLIB_UNICODE_GBRK_H
-#define MLIB_UNICODE_GBRK_H
+#ifndef MLIB_UNICODE_STRING_H
+#define MLIB_UNICODE_STRING_H
#include <stddef.h>
@@ -9,4 +9,4 @@
size_t u8glen(const char8_t *, size_t);
size_t u8gnext(struct u8view *, const char8_t **, size_t *);
-#endif /* !MLIB_UNICODE_GBRK_H */
+#endif /* !MLIB_UNICODE_STRING_H */