summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_proto.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2024-10-27 19:33:15 +0300
committerGeorge Hazan <george.hazan@gmail.com>2024-10-27 19:33:15 +0300
commit41372b6061bbd20c702c54d65a9f1719a4906249 (patch)
tree22060f333aa932f10280d52c6594a55ad5c1cc8a /protocols/JabberG/src/jabber_proto.h
parent0a641111470bf1910bed3fe1cd57f31c6c1ecfce (diff)
code cleaning
Diffstat (limited to 'protocols/JabberG/src/jabber_proto.h')
-rw-r--r--protocols/JabberG/src/jabber_proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_proto.h b/protocols/JabberG/src/jabber_proto.h
index 073a6de91f..f1e0f97f44 100644
--- a/protocols/JabberG/src/jabber_proto.h
+++ b/protocols/JabberG/src/jabber_proto.h
@@ -888,7 +888,7 @@ struct CJabberProto : public PROTO<CJabberProto>, public IJabberInterface
bool IsMyOwnJID(const char *szJID);
bool IsSendAck(MCONTACT hContact);
- void ConfigurePepNode(const char * nodename, const char * access_model, const char * max_items = nullptr);
+ void ConfigurePepNode(const char *nodename, const char *access_model, const char *max_items = nullptr);
void __cdecl LoadHttpAvatars(void* param);
CMStringA MyNick(MCONTACT hContact = 0);