summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/JabberG/src/jabber.cpp')
-rw-r--r--protocols/JabberG/src/jabber.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber.cpp b/protocols/JabberG/src/jabber.cpp
index 020029e1f2..c2575a619b 100644
--- a/protocols/JabberG/src/jabber.cpp
+++ b/protocols/JabberG/src/jabber.cpp
@@ -183,7 +183,7 @@ static CJabberProto* jabberProtoInit(const char* pszProtoName, const TCHAR *tszU
return ppro;
}
-static int jabberProtoUninit(CJabberProto* ppro)
+static int jabberProtoUninit(CJabberProto *ppro)
{
g_Instances.remove(ppro);
delete ppro;