Wondering how we ever got by with narrow terminals
[citadel.git] / citadel / server / modules / ctdlproto / serv_file.c
index 5ecd99562351d119ec80b020aba35009564bc1b8..25ef08b1510e568a5cfa480cfdedeccc59be548d 100644 (file)
@@ -1,6 +1,6 @@
 // Server functions which handle file transfers and room directories.
 //
-// Copyright (c) 1987-2022 by the citadel.org team
+// Copyright (c) 1987-2024 by the citadel.org team
 //
 // This program is open source software.  Use, duplication, or disclosure
 // is subject to the terms of the GNU General Public License, version 3.
@@ -369,7 +369,7 @@ void cmd_ucls(char *cmd) {
                }
 
                if ((CC->room.QRflags2 & QR2_NOUPLMSG) == 0) {
-                       /* put together an upload notice */
+                       // put together an upload notice
                        snprintf(upload_notice, sizeof upload_notice,
                                 "NEW UPLOAD: '%s'\n %s\n%s\n", CC->upl_file, CC->upl_comment, CC->upl_mimetype);
                        quickie_message(CC->curr_user, NULL, NULL, CC->room.QRname, upload_notice, 0, NULL);