]> Dogcows Code - chaz/tar/commitdiff
(utf8_convert): Indentation fix.
authorSergey Poznyakoff <gray@gnu.org.ua>
Tue, 2 Mar 2004 09:35:13 +0000 (09:35 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Tue, 2 Mar 2004 09:35:13 +0000 (09:35 +0000)
src/utf8.c

index 21d81a2ad1c179d267fb1476075969f141eea6e4..abb697db8998fd8e5c83962561016711578b6b2d 100644 (file)
@@ -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)
     {
This page took 0.018608 seconds and 4 git commands to generate.