diff options
Diffstat (limited to 'src/modules/srauth/auth.cpp')
-rw-r--r-- | src/modules/srauth/auth.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/srauth/auth.cpp b/src/modules/srauth/auth.cpp index 44fca593c4..d0fbe24de5 100644 --- a/src/modules/srauth/auth.cpp +++ b/src/modules/srauth/auth.cpp @@ -74,7 +74,7 @@ static int AuthEventAdded(WPARAM, LPARAM lParam) ci.hContact = hContact;
ci.szProto = (char *)CallService(MS_PROTO_GETCONTACTBASEPROTO, (WPARAM)hContact, 0);
ci.dwFlag = CNF_UNIQUEID | CNF_TCHAR;
- if (!CallService(MS_CONTACT_GETCONTACTINFO, 0, (LPARAM)&ci))
+ if ( !CallService(MS_CONTACT_GETCONTACTINFO, 0, (LPARAM)&ci))
{
switch (ci.type)
{
|