# HG changeset patch # User Ka-Hing Cheung # Date 1195956999 0 # Node ID c956aff707eb49155208997d97290bcdbe1047d7 # Parent f472035d6c775c1091ec3b9b21e9d19f7962127d Include guards for gnt and include guard typo fix for QQ, from Andrew Gaul diff -r f472035d6c77 -r c956aff707eb finch/libgnt/gnt.h --- 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 #include "gntwidget.h" #include "gntclipboard.h" @@ -201,3 +204,4 @@ */ gboolean gnt_is_refugee(void); +#endif /* GNT_H */ diff -r f472035d6c77 -r c956aff707eb libpurple/protocols/qq/packet_parse.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 #include