summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_util.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/JabberG/src/jabber_util.cpp')
-rw-r--r--protocols/JabberG/src/jabber_util.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_util.cpp b/protocols/JabberG/src/jabber_util.cpp
index c7f6a1fd4a..6fcedc0a1c 100644
--- a/protocols/JabberG/src/jabber_util.cpp
+++ b/protocols/JabberG/src/jabber_util.cpp
@@ -872,7 +872,7 @@ bool CJabberProto::IsSendAck(MCONTACT hContact)
return m_bMsgAck;
}
-void CJabberProto::ConfigurePepNode(const char* nodename, const char* access_model, const char* max_items)
+void CJabberProto::ConfigurePepNode(const char *nodename, const char *access_model, const char *max_items)
{
char szBareJid[JABBER_MAX_JID_LEN];
XmlNodeIq iq("set", SerialNext());