diff options
author | Kay Sievers <kay@vrfy.org> | 2013-02-08 17:24:43 +0100 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2013-02-11 19:35:52 +0100 |
commit | 7b4d7cc08283e5485dcfa49ffdf1915de1d5e81b (patch) | |
tree | fc73d48c2f124bf27a3c47979a3e28f825eb8902 /src/shared/utf8.c | |
parent | c937e0d5c579863677e0fcb5508517f7714c332d (diff) |
bootctl: add boot loader and firmware interface tool
Diffstat (limited to 'src/shared/utf8.c')
-rw-r--r-- | src/shared/utf8.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/utf8.c b/src/shared/utf8.c index 7ec8cb620d..3964e8b1ce 100644 --- a/src/shared/utf8.c +++ b/src/shared/utf8.c @@ -317,6 +317,6 @@ char *utf16_to_utf8(const void *s, size_t length) { } *t = 0; - return r; + return r; } |