X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Futf8.c;h=abb697db8998fd8e5c83962561016711578b6b2d;hb=4cb8697f609e43050fe972b3b4a50f2faf04153d;hp=21d81a2ad1c179d267fb1476075969f141eea6e4;hpb=2de1477b3d5cba5876883e320c9eb0523fb77b3c;p=chaz%2Ftar diff --git a/src/utf8.c b/src/utf8.c index 21d81a2..abb697d 100644 --- a/src/utf8.c +++ b/src/utf8.c @@ -320,7 +320,7 @@ utf8_convert(bool to_utf, char *input, char **output) size_t inlen; size_t outlen; size_t rc; - iconv_t cd = utf8_init(to_utf); + iconv_t cd = utf8_init (to_utf); if (cd == 0) {