summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/JabberG/src/jabber.h')
-rw-r--r--protocols/JabberG/src/jabber.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/protocols/JabberG/src/jabber.h b/protocols/JabberG/src/jabber.h
index 47f0b4deb1..32a47f8b44 100644
--- a/protocols/JabberG/src/jabber.h
+++ b/protocols/JabberG/src/jabber.h
@@ -445,9 +445,9 @@ struct filetransfer
// Used by file sending only
HANDLE hFileEvent;
unsigned __int64 *fileSize;
- TCHAR* szDescription;
+ TCHAR *szDescription;
- CJabberProto* ppro;
+ CJabberProto *ppro;
};
struct JABBER_SEARCH_RESULT
@@ -488,7 +488,7 @@ struct JABBER_MUC_JIDLIST_INFO
JABBER_MUC_JIDLIST_TYPE type;
TCHAR* roomJid; // filled-in by the WM_JABBER_REFRESH code
HXML iqNode;
- CJabberProto* ppro;
+ CJabberProto *ppro;
TCHAR* type2str(void) const;
};