From 874cdbe42cfe376f0e72fd5fe6bad0d2f75f4ee3 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 20 Jul 2013 11:11:48 +0000 Subject: code cleanup git-svn-id: http://svn.miranda-ng.org/main/trunk@5427 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/JabberG/src/jabber_file.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/JabberG/src/jabber_file.cpp') diff --git a/protocols/JabberG/src/jabber_file.cpp b/protocols/JabberG/src/jabber_file.cpp index 42d3ba57d0..69c55e3703 100644 --- a/protocols/JabberG/src/jabber_file.cpp +++ b/protocols/JabberG/src/jabber_file.cpp @@ -192,7 +192,7 @@ int CJabberProto::FileReceiveParse(filetransfer *ft, char* buffer, int datalen) void JabberFileServerConnection(JABBER_SOCKET hConnection, DWORD /*dwRemoteIP*/, void* extra) { - CJabberProto* ppro = (CJabberProto*)extra; + CJabberProto *ppro = (CJabberProto*)extra; NETLIBCONNINFO connInfo = { sizeof(connInfo) }; CallService(MS_NETLIB_GETCONNECTIONINFO, (WPARAM)hConnection, (LPARAM)&connInfo); -- cgit v1.2.3