comparison src/cmds.h @ 13211:ca559e2b1d0a

[gaim-migrate @ 15575] Just a couple miscellaneous whitespace, spelling, and warning fixed from one of my trees. committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Fri, 10 Feb 2006 05:14:46 +0000
parents 19de830330cf
children 2bd34a419091
comparison
equal deleted inserted replaced
13210:77e1d19c115a 13211:ca559e2b1d0a
67 }; 67 };
68 68
69 enum _GaimCmdFlag { 69 enum _GaimCmdFlag {
70 GAIM_CMD_FLAG_IM = 0x01, 70 GAIM_CMD_FLAG_IM = 0x01,
71 GAIM_CMD_FLAG_CHAT = 0x02, 71 GAIM_CMD_FLAG_CHAT = 0x02,
72 GAIM_CMD_FLAG_PRPL_ONLY = 0x04, 72 GAIM_CMD_FLAG_PRPL_ONLY = 0x04,
73 GAIM_CMD_FLAG_ALLOW_WRONG_ARGS = 0x08, 73 GAIM_CMD_FLAG_ALLOW_WRONG_ARGS = 0x08,
74 }; 74 };
75 75
76 76
77 /*@}*/ 77 /*@}*/