* --pedantic cleanup.
[citadel.git] / webcit / html2html.c
index f24ca184dc554a2a54c059775eb1ff4fd85cfea3..e331cda67cc21f04347124d8399c9846b7601cf0 100644 (file)
@@ -273,7 +273,7 @@ void output_html(const char *supplied_charset, int treat_as_wiki, int msgnum, St
                        StrBufConvert(Source, Buf, &ic);
                        FreeStrBuf(&Buf);
                        iconv_close(ic);
-                       msg = (char*)ChrPtr(Source); //TODO: get rid of this.
+                       msg = (char*)ChrPtr(Source); /* TODO: get rid of this. */
                }
        }
                
@@ -425,7 +425,7 @@ void output_html(const char *supplied_charset, int treat_as_wiki, int msgnum, St
 
                                        nbspreviewptr = strstr(ptr, " ");
                                        if (nbspreviewptr != NULL) {
-                                               ///*nbspreviewptr = '\0';
+                                               /* nbspreviewptr = '\0'; */
                                                linklen = nbspreviewptr - ptr;
                                        }
                                        if (ltreviewptr != 0)