libpurple/protocols/jabber/presence.c

branch
soc.2013.gobjectification.plugins
changeset 36574
e9b59dd16117
parent 36545
23b59a16c808
parent 34889
4ea2da14cd0e
child 36623
caaadef03507
--- a/libpurple/protocols/jabber/presence.c	Thu Aug 22 00:33:01 2013 +0530
+++ b/libpurple/protocols/jabber/presence.c	Thu Aug 22 01:36:58 2013 +0530
@@ -63,7 +63,7 @@
 static JabberPresenceType
 str_to_presence_type(const char *type)
 {
-	int i;
+	gsize i;
 
 	if (type == NULL)
 		return JABBER_PRESENCE_AVAILABLE;

mercurial