libpurple/protocols/gg/chat.c

changeset 34430
15639e15839e
parent 34418
c27e31267e8d
child 34437
ca6d1b4d24b5
--- a/libpurple/protocols/gg/chat.c	Wed Aug 28 19:38:07 2013 +0200
+++ b/libpurple/protocols/gg/chat.c	Wed Aug 28 19:46:52 2013 +0200
@@ -151,7 +151,7 @@
 {
 	ggp_chat_session_data *sdata = ggp_chat_get_sdata(gc);
 	ggp_chat_local_info *chat;
-	int i;
+	uint32_t i;
 
 	if (ev->type == GG_EVENT_CHAT_INFO)
 	{

mercurial