aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-kbdc/string.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mds-kbdc/string.h')
-rw-r--r--src/mds-kbdc/string.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mds-kbdc/string.h b/src/mds-kbdc/string.h
index 4005655..92051af 100644
--- a/src/mds-kbdc/string.h
+++ b/src/mds-kbdc/string.h
@@ -54,5 +54,6 @@ char32_t* string_decode(const char* restrict string) __attribute__((nonnull));
char* string_encode(const char32_t* restrict string) __attribute__((nonnull));
+
#endif