# HG changeset patch # User Christian Hammond # Date 1085955301 0 # Node ID 6cf85ec42f50765b4a1f91fefcbada310d6bd193 # Parent e64d5472854b7fff5e611e91f97d664e43973a86 [gaim-migrate @ 9926] Fix the #define so it matches the #ifndef. committer: Tailor Script diff -r e64d5472854b -r 6cf85ec42f50 src/cmds.h --- a/src/cmds.h Sun May 30 21:58:42 2004 +0000 +++ b/src/cmds.h Sun May 30 22:15:01 2004 +0000 @@ -21,7 +21,7 @@ */ #ifndef _GAIM_CMDS_H_ -#define _GAIM_CMDS_H +#define _GAIM_CMDS_H_ #include "conversation.h"