summaryrefslogtreecommitdiff
path: root/plugins/Scriver/msgs.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Scriver/msgs.c')
-rw-r--r--plugins/Scriver/msgs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Scriver/msgs.c b/plugins/Scriver/msgs.c
index 0ce59281ea..486887e84e 100644
--- a/plugins/Scriver/msgs.c
+++ b/plugins/Scriver/msgs.c
@@ -419,7 +419,7 @@ static int 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 ) {