summaryrefslogtreecommitdiff
path: root/protocols/IRCG/commandmonitor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/IRCG/commandmonitor.cpp')
-rw-r--r--protocols/IRCG/commandmonitor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/IRCG/commandmonitor.cpp b/protocols/IRCG/commandmonitor.cpp
index 5ec96c61e6..842db74ea1 100644
--- a/protocols/IRCG/commandmonitor.cpp
+++ b/protocols/IRCG/commandmonitor.cpp
@@ -1185,7 +1185,7 @@ bool CIrcProto::IsCTCP( const CIrcMessage* pmsg )
ccs.szProtoService = PSR_FILE;
ccs.hContact = hContact;
ccs.lParam = (LPARAM) & pre;
- CallService( MS_PROTO_CHAINRECV, 0, (LPARAM)&ccs );
+ CallService(MS_PROTO_CHAINRECV, 0, (LPARAM)&ccs);
} } }
// end type == "send"
}