aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-11-08 18:22:47 +0100
committerMattias Andrée <maandree@operamail.com>2014-11-08 18:22:47 +0100
commite82f3b86d4e44789311fe4632cba2033e3b57b0c (patch)
tree169338224e20d355016c5ae05e8b516133627692
parentfix typos (diff)
downloadmds-e82f3b86d4e44789311fe4632cba2033e3b57b0c.tar.gz
mds-e82f3b86d4e44789311fe4632cba2033e3b57b0c.tar.bz2
mds-e82f3b86d4e44789311fe4632cba2033e3b57b0c.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-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