Well, it doesn't crash anymore, but it also doesn't work at all. Is that an improvement?
[citadel.git] / citadel / room_ops.h
index a9a77f9e7203058b738af6efe20510c15537cd94..d72300b76464d4293e9fb92be31962a5b96ac49c 100644 (file)
@@ -12,7 +12,7 @@ void convert_room_name_macros(char *towhere, size_t maxlen);
 typedef enum _POST_TYPE{
        POST_LOGGED_IN,
        POST_EXTERNAL,
-       CHECK_EXISTANCE,
+       CHECK_EXIST,
        POST_LMTP
 } PostType;