chiark / gitweb /
catalog: open up catalog internals
[elogind.git] / src / shared / utf8.c
index 7ec8cb620d580899917c363081b51ff3d102ddd3..3964e8b1ce300e65f07b7ae849e1c492994fe29e 100644 (file)
@@ -317,6 +317,6 @@ char *utf16_to_utf8(const void *s, size_t length) {
         }
 
         *t = 0;
-        return r;
 
+        return r;
 }