summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-10-03 17:27:06 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-10-03 17:27:06 +0000
commita9fac2d04887b80526ab90c4c8ce45cd482e80b2 (patch)
tree0bc62363778c6110d16016816650278a147049f7 /protocols/JabberG/src/jabber.h
parent9257dc8641a40437ceda38b65f4be7390e57954b (diff)
- filetransfer::iqid converted from string to int;
- further code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@6319 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/JabberG/src/jabber.h')
-rw-r--r--protocols/JabberG/src/jabber.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/protocols/JabberG/src/jabber.h b/protocols/JabberG/src/jabber.h
index eefd600481..195d046210 100644
--- a/protocols/JabberG/src/jabber.h
+++ b/protocols/JabberG/src/jabber.h
@@ -429,8 +429,7 @@ struct filetransfer
JABBER_SOCKET s;
JABBER_FILE_STATE state;
TCHAR *jid;
- int fileId;
- TCHAR *iqId;
+ int fileId, iqId;
TCHAR *sid;
int bCompleted;
HANDLE hWaitEvent;