From 8eaea03b376ddda81c6f31c2cb1d46963b16d8a2 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 20 Jun 2012 07:18:21 +0000 Subject: total replacement of PROTO_AVATAR_INFORMATION with PROTO_AVATAR_INFORMATIONT git-svn-id: http://svn.miranda-ng.org/main/trunk@496 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Gadu-Gadu/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Gadu-Gadu/core.c') diff --git a/protocols/Gadu-Gadu/core.c b/protocols/Gadu-Gadu/core.c index 4f1ac840bd..0641f7df25 100644 --- a/protocols/Gadu-Gadu/core.c +++ b/protocols/Gadu-Gadu/core.c @@ -1606,7 +1606,7 @@ HANDLE gg_getcontact(GGPROTO *gg, uin_t uin, int create, int inlist, char *szNic // Add to notify list and pull avatar for the new contact if(gg_isonline(gg)) { - PROTO_AVATAR_INFORMATION pai = {0}; + PROTO_AVATAR_INFORMATIONT pai = {0}; EnterCriticalSection(&gg->sess_mutex); gg_add_notify_ex(gg->sess, uin, (char)(inlist ? GG_USER_NORMAL : GG_USER_OFFLINE)); -- cgit v1.2.3