X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fmodules%2Fctdlproto%2Fserv_messages.c;fp=citadel%2Fmodules%2Fctdlproto%2Fserv_messages.c;h=f48060b14d492999158ec755990ee0892b161d89;hp=3d37dcc8122a271544a6f9fbb7596c63e7158006;hb=1b7c84abfae9f45e7f0c0d8d95b588407c1fd239;hpb=8466d8b28b351b312de94daa6ed216294fbb601c diff --git a/citadel/modules/ctdlproto/serv_messages.c b/citadel/modules/ctdlproto/serv_messages.c index 3d37dcc81..f48060b14 100644 --- a/citadel/modules/ctdlproto/serv_messages.c +++ b/citadel/modules/ctdlproto/serv_messages.c @@ -602,7 +602,8 @@ void cmd_ent0(char *entargs) { /* Read in the message from the client. */ if (do_confirm) { cprintf("%d send message\n", START_CHAT_MODE); - } else { + } + else { cprintf("%d send message\n", SEND_LISTING); } @@ -612,9 +613,7 @@ void cmd_ent0(char *entargs) { ((!IsEmptyStr(supplied_euid)) ? supplied_euid : NULL), NULL, references); - /* Put together one big recipients struct containing to/cc/bcc all in - * one. This is for the envelope. - */ + // Put together one big recipients struct containing to/cc/bcc all in one. This is for the envelope. char *all_recps = malloc(SIZ * 3); strcpy(all_recps, recp); if (!IsEmptyStr(cc)) {