diff options
Diffstat (limited to 'protocols/JabberG/src/jabber_byte.cpp')
| -rw-r--r-- | protocols/JabberG/src/jabber_byte.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_byte.cpp b/protocols/JabberG/src/jabber_byte.cpp index 8970a5b657..79624317de 100644 --- a/protocols/JabberG/src/jabber_byte.cpp +++ b/protocols/JabberG/src/jabber_byte.cpp @@ -81,7 +81,7 @@ void CJabberProto::IqResultProxyDiscovery(HXML iqNode, CJabberIqInfo* pInfo)  void JabberByteSendConnection(HANDLE hConn, DWORD /*dwRemoteIP*/, void* extra)
  {
 -	CJabberProto* ppro = (CJabberProto*)extra;
 +	CJabberProto *ppro = (CJabberProto*)extra;
  	TCHAR szPort[8];
  	JABBER_BYTE_TRANSFER *jbt;
  	int recvResult, bytesParsed;
  | 
