summaryrefslogtreecommitdiff
path: root/plugins/Scriver/chat/clist.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Scriver/chat/clist.c')
-rw-r--r--plugins/Scriver/chat/clist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Scriver/chat/clist.c b/plugins/Scriver/chat/clist.c
index 03a88ede7f..971ddfbe03 100644
--- a/plugins/Scriver/chat/clist.c
+++ b/plugins/Scriver/chat/clist.c
@@ -214,7 +214,7 @@ int CList_PrebuildContactMenu(WPARAM wParam, LPARAM lParam)
char* szProto = (char*)CallService(MS_PROTO_GETCONTACTBASEPROTO, (WPARAM) hContact, 0);
CLISTMENUITEM clmi = {0};
- clmi.cbSize = sizeof( CLISTMENUITEM );
+ clmi.cbSize = sizeof(CLISTMENUITEM);
clmi.flags = CMIM_FLAGS | CMIF_DEFAULT | CMIF_HIDDEN;
if ( szProto ) {