diff -r b4e6f7064525 -r 493e5846c38d libpurple/status.h --- a/libpurple/status.h Tue Sep 25 09:01:03 2007 +0000 +++ b/libpurple/status.h Wed Sep 26 06:54:16 2007 +0000 @@ -94,6 +94,10 @@ /** * A primitive defining the basic structure of a status type. */ +/* + * If you add a value to this enum, make sure you update + * the status_primitive_map array in status.c. + */ typedef enum { PURPLE_STATUS_UNSET = 0,