summaryrefslogtreecommitdiff
path: root/protocols/IRCG/services.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/IRCG/services.cpp')
-rw-r--r--protocols/IRCG/services.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/IRCG/services.cpp b/protocols/IRCG/services.cpp
index 745ebe80d6..63fd495b7a 100644
--- a/protocols/IRCG/services.cpp
+++ b/protocols/IRCG/services.cpp
@@ -131,7 +131,7 @@ static INT_PTR IrcMenuIgnore(WPARAM wParam, LPARAM lParam)
int IrcPrebuildContactMenu( WPARAM wParam, LPARAM lParam )
{
CLISTMENUITEM clmi = {0};
- clmi.cbSize = sizeof( CLISTMENUITEM );
+ clmi.cbSize = sizeof(CLISTMENUITEM);
clmi.flags = CMIM_FLAGS | CMIF_HIDDEN;
CallService( MS_CLIST_MODIFYMENUITEM, ( WPARAM )hUMenuChanSettings, ( LPARAM )&clmi );