]> code.citadel.org Git - citadel.git/blobdiff - webcit-ng/html2html.c
Finished converting all the comments in webcit-ng to C99 style
[citadel.git] / webcit-ng / html2html.c
index 7518a29bfaa87dd2745c7595c6b562507a64988d..0d0264a43b28ab2024b3aec5cfaae6b732f3a472 100644 (file)
@@ -492,7 +492,7 @@ StrBuf *html2html(const char *supplied_charset, int treat_as_wiki, char *roomnam
        //      memcpy(converted_msg, msg, content_length);
        //      output_length = content_length;
 
-       /* Output our big pile of markup */
+       // Output our big pile of markup
        StrBufAppendBuf(Target, converted_msg, 0);
 
       BAIL:                    // A little trailing vertical whitespace...