diff options
Diffstat (limited to 'protocols/MSN/msn_links.cpp')
-rw-r--r-- | protocols/MSN/msn_links.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/MSN/msn_links.cpp b/protocols/MSN/msn_links.cpp index 7da85b3202..1d54afd64c 100644 --- a/protocols/MSN/msn_links.cpp +++ b/protocols/MSN/msn_links.cpp @@ -111,7 +111,7 @@ static INT_PTR ServiceParseMsnimLink(WPARAM, LPARAM lParam) psr.flags = PSR_TCHAR;
psr.nick = email;
psr.email = email;
- MSN_CallService(MS_ADDCONTACT_SHOW, 0, (LPARAM)&acs);
+ CallService(MS_ADDCONTACT_SHOW, 0, (LPARAM)&acs);
}
return 0;
}
|