Fix lots of warnings all over the place, make inbound buffers of FMOUT const.
[citadel.git] / webcit / msg_renderers.c
index ed58d93d519be015747afa000ddb3b2d4869334a..a01e9e9b1a92b9adaed060fc0637891d8c1c581e 100644 (file)
@@ -1418,9 +1418,9 @@ InitModule_MSGRENDERERS
        RegisterReadLoopHandlerset(
                VIEW_MAILBOX,
                mailview_GetParamsGetServerCall,
-               NULL, /// TODO: is this right?
+               NULL, /* TODO: is this right? */
                ParseMessageListHeaders_Detail,
-               NULL, //// ""
+               NULL,
                mailview_RenderView_or_Tail,
                mailview_Cleanup);