X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Froom_ops.c;h=61315accccfb821dcfc31da5afd06d87904c997c;hb=7e06cf0ca1c9821277a625fe63f77e4a286c6759;hp=7883268f5fbb65a39ab1245f6c392b62b48c5a93;hpb=a47ba867a090bf443d5a9752298d8f6cc39dfb38;p=citadel.git diff --git a/citadel/room_ops.c b/citadel/room_ops.c index 7883268f5..61315accc 100644 --- a/citadel/room_ops.c +++ b/citadel/room_ops.c @@ -314,7 +314,7 @@ void ForEachRoom(void (*CallBack) (struct quickroom *EachRoom, void *out_data), /* * delete_msglist() - delete room message pointers - * FIX - this really should check first to make sure there's actually a + * FIXME - this really should check first to make sure there's actually a * msglist to delete. As things stand now, calling this function on * a room which has never been posted in will result in a message * like "gdbm: illegal data" (no big deal, but could use fixing).