changeset 21636:b12d8d11d46c

merge of '66d234740bd40b14ef7564f178d84ab82816d6e2' and '6e23cb6795a35692cf0f84fcea64a7c2748a9bad'
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 25 Nov 2007 14:16:54 +0000
parents c956aff707eb (diff) 6b10805d29bc (current diff)
children 844225b0c905
files
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/finch/libgnt/gnt.h	Sun Nov 25 14:12:35 2007 +0000
+++ b/finch/libgnt/gnt.h	Sun Nov 25 14:16:54 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	Sun Nov 25 14:12:35 2007 +0000
+++ b/libpurple/protocols/qq/packet_parse.h	Sun Nov 25 14:16:54 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>