* Got bounce messages working (mostly ... testers, please beat this up!)
[citadel.git] / citadel / room_ops.c
index 7883268f5fbb65a39ab1245f6c392b62b48c5a93..61315accccfb821dcfc31da5afd06d87904c997c 100644 (file)
@@ -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).