* --pedantic cleanup.
[citadel.git] / webcit / useredit.c
index ca9bf2045eb1102227755fbed07e82c6b582a6a5..312dc65ab98efba853d4954b0265a70e517e4a50 100644 (file)
@@ -501,7 +501,7 @@ void display_edituser(char *supplied_username, int is_new) {
        MajorStatus = ChrPtr(Buf)[0];
        StrBufCutLeft(Buf, 4);
        if (MajorStatus != '2') {
-               ///TODO ImportantMessage
+               /*TODO ImportantMessage */
                sprintf(error_message,
                        "<img src=\"static/error.gif\" align=center>"
                        "%s<br /><br />\n", ChrPtr(Buf));