summaryrefslogtreecommitdiff
path: root/plugins/Chat/services.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Chat/services.c')
-rw-r--r--plugins/Chat/services.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Chat/services.c b/plugins/Chat/services.c
index 53ed1a03c0..4a9e785691 100644
--- a/plugins/Chat/services.c
+++ b/plugins/Chat/services.c
@@ -610,7 +610,7 @@ static INT_PTR Service_AddEvent(WPARAM wParam, LPARAM lParam)
if ( gce->cbSize != SIZEOF_STRUCT_GCEVENT_V1 && gce->cbSize != SIZEOF_STRUCT_GCEVENT_V2 )
return GC_EVENT_WRONGVER;
- if ( !IsEventSupported( gcd->iType ) )
+ if ( !IsEventSupported( gcd->iType ))
return GC_EVENT_ERROR;
EnterCriticalSection(&cs);