summaryrefslogtreecommitdiff
path: root/protocols/Gadu-Gadu/core.c
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Gadu-Gadu/core.c')
-rw-r--r--protocols/Gadu-Gadu/core.c2
1 files changed, 1 insertions, 1 deletions
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));