X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fmsgbase.c;h=cd15f7c98369edcb1c3841327ef3525bc264afdd;hp=901ee0764125f8c1dbd4f6864ac7457809b1360b;hb=f096b14739c2edfe2b6a0f29c077be80991ce2c1;hpb=882ff5a53c3b4e440520a073cf07dc60b2671876 diff --git a/citadel/msgbase.c b/citadel/msgbase.c index 901ee0764..cd15f7c98 100644 --- a/citadel/msgbase.c +++ b/citadel/msgbase.c @@ -2659,7 +2659,7 @@ void ReplicationChecks(struct CtdlMessage *msg) { * Save a message to disk and submit it into the delivery system. */ long CtdlSubmitMsg(struct CtdlMessage *msg, /* message to save */ - struct recptypes *recps, /* recipients (if mail) */ + struct recptypes *recps, /* recipients (if mail) */ const char *force /* force a particular room? */ ) { char hold_rm[ROOMNAMELEN];