changeset 9142:6cf85ec42f50

[gaim-migrate @ 9926] Fix the #define so it matches the #ifndef. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 30 May 2004 22:15:01 +0000
parents e64d5472854b
children 9e3d4722d86e
files src/cmds.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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"