changeset 21632:c956aff707eb

Include guards for gnt and include guard typo fix for QQ, from Andrew Gaul
author Ka-Hing Cheung <khc@hxbc.us>
date Sun, 25 Nov 2007 02:16:39 +0000
parents f472035d6c77
children 39fb77c2986e b12d8d11d46c a690c91ccbd4
files finch/libgnt/gnt.h libpurple/protocols/qq/packet_parse.h
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/finch/libgnt/gnt.h	Sat Nov 24 19:09:12 2007 +0000
+++ b/finch/libgnt/gnt.h	Sun Nov 25 02:16:39 2007 +0000
@@ -30,6 +30,9 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02111-1301  USA
  */
 
+#ifndef GNT_H
+#define GNT_H
+
 #include <glib.h>
 #include "gntwidget.h"
 #include "gntclipboard.h"
@@ -201,3 +204,4 @@
  */
 gboolean gnt_is_refugee(void);
 
+#endif /* GNT_H */
--- a/libpurple/protocols/qq/packet_parse.h	Sat Nov 24 19:09:12 2007 +0000
+++ b/libpurple/protocols/qq/packet_parse.h	Sun Nov 25 02:16:39 2007 +0000
@@ -23,7 +23,7 @@
  */
 
 #ifndef _QQ_PACKET_PARSE_H_
-#define _QQ_PACKED_PARSE_H_
+#define _QQ_PACKET_PARSE_H_
 
 #include <glib.h>
 #include <time.h>