im.pidgin.pidgin: 66d234740bd40b14ef7564f178d84ab82816d6e2

khc at pidgin.im khc at pidgin.im
Sat Nov 24 21:20:51 EST 2007


-----------------------------------------------------------------
Revision: 66d234740bd40b14ef7564f178d84ab82816d6e2
Ancestor: 478aa9dbaf498fead2266060ae758f48fa57f3d7
Author: khc at pidgin.im
Date: 2007-11-25T02:16:39
Branch: im.pidgin.pidgin

Modified files:
        finch/libgnt/gnt.h libpurple/protocols/qq/packet_parse.h

ChangeLog: 

Include guards for gnt and include guard typo fix for QQ, from Andrew
Gaul


-------------- next part --------------
============================================================
--- finch/libgnt/gnt.h	24a6d5a3984ee34d6e09223fac18b7cc84b01277
+++ finch/libgnt/gnt.h	e673e6778263df354f74bd33ce4d2400ed7eac3a
@@ -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);
  */
 gboolean gnt_is_refugee(void);
 
+#endif /* GNT_H */
============================================================
--- libpurple/protocols/qq/packet_parse.h	d46b66e92ac26fa6086ce59baebc60629de825fc
+++ libpurple/protocols/qq/packet_parse.h	cf09313e8ab50263ac8c825a95de5af156812f8c
@@ -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>


More information about the Commits mailing list