* Bumped internal version number to 6.31. Minimum Citadel server required
[citadel.git] / webcit / html2html.c
index 0e6dad744306977003bf54e3249279aeaf7e18d0..f41ac542a69977a5b479c5bb3f73902998c44171 100644 (file)
@@ -68,7 +68,8 @@ void output_html(char *charset) {
        ) {
                ic = iconv_open("UTF-8", charset);
                if (ic == (iconv_t)(-1) ) {
-                       lprintf(5, "%s:%d iconv_open() failed: %s\n", __FILE__, __LINE__, strerror(errno));
+                       lprintf(5, "%s:%d iconv_open() failed: %s\n",
+                               __FILE__, __LINE__, strerror(errno));
                }
        }
        if (ic != (iconv_t)(-1) ) {