Explorar el Código

(utf8_convert): Indentation fix.

Sergey Poznyakoff hace 21 años
padre
commit
5282ef9709
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/utf8.c

+ 1 - 1
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)
     {