diff options
author | George Hazan <ghazan@miranda.im> | 2016-12-04 19:04:41 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2016-12-04 19:04:55 +0300 |
commit | b6c0516b0535f9f4dc14cd4c6ea506762d56cf3e (patch) | |
tree | 960dfb2c07ccef5439b6e89ca09a3588d1170bb0 /protocols | |
parent | f49a3ebbe5c0f420ce328b5db3c1723cd0af4ed0 (diff) |
small fixes
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/MSN/src/msn_links.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/protocols/MSN/src/msn_links.cpp b/protocols/MSN/src/msn_links.cpp index 35ab65cfa3..118da3da41 100644 --- a/protocols/MSN/src/msn_links.cpp +++ b/protocols/MSN/src/msn_links.cpp @@ -113,7 +113,6 @@ static INT_PTR ServiceParseMsnimLink(WPARAM, LPARAM lParam) arg += 5;
MCONTACT hContact = GetContact(arg, NULL, proto);
-
if (hContact != NULL) {
CallService(MS_MSG_SENDMESSAGE, hContact, 0);
return 0;
@@ -123,7 +122,6 @@ static INT_PTR ServiceParseMsnimLink(WPARAM, LPARAM lParam) arg += 6;
MCONTACT hContact = GetContact(arg, NULL, proto);
-
if (hContact != NULL) {
CallService(MS_MSG_SENDMESSAGE, hContact, 0);
return 0;
@@ -133,7 +131,6 @@ static INT_PTR ServiceParseMsnimLink(WPARAM, LPARAM lParam) arg += 6;
MCONTACT hContact = GetContact(arg, NULL, proto);
-
if (hContact != NULL) {
CallService(MS_MSG_SENDMESSAGE, hContact, 0);
return 0;
|