]> code.citadel.org Git - citadel.git/blobdiff - webcit-ng/server/text2html.c
moved whitespace around
[citadel.git] / webcit-ng / server / text2html.c
index 1a1bf1420a4021d1bb14c3d8abe4a582d686d733..1f96a4d06ca2f1dc924d9338fb86094170794d0a 100644 (file)
@@ -1,16 +1,14 @@
-//
 // Convert text/plain to text/html
 //
 // Copyright (c) 2017-2022 by the citadel.org team
 //
-// This program is open source software.  Use, duplication, or
-// disclosure are subject to the GNU General Public License v3.
+// This program is open source software.  Use, duplication, or disclosure is subject to the GNU General Public License v3.
 
 #include "webcit.h"
 
 
 // Convert a text/plain message to text/html
-StrBuf *text2html(const char *supplied_charset, int treat_as_wiki, char *roomname, long msgnum, StrBuf *Source) {
+StrBuf *text2html(const char *charset, int treat_as_wiki, char *roomname, long msgnum, StrBuf *Source) {
        StrBuf *sj = NULL;
 
        sj = NewStrBuf();