diff options
author | George Hazan <ghazan@miranda.im> | 2018-12-24 19:53:50 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-12-24 19:53:50 +0300 |
commit | 7ed195f3bfe7512511abe502b4eeb447281ac3c5 (patch) | |
tree | fae229cbd6dbbde118141d62ad3b5c5d3a190b48 /protocols/SkypeWeb/src | |
parent | 7f5b936071e3a02fee7f7156157f2d0f776bb395 (diff) |
minor code cleaning
Diffstat (limited to 'protocols/SkypeWeb/src')
-rw-r--r-- | protocols/SkypeWeb/src/skype_avatars.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/SkypeWeb/src/skype_avatars.cpp b/protocols/SkypeWeb/src/skype_avatars.cpp index 11f5535664..d97a64de66 100644 --- a/protocols/SkypeWeb/src/skype_avatars.cpp +++ b/protocols/SkypeWeb/src/skype_avatars.cpp @@ -23,7 +23,7 @@ INT_PTR CSkypeProto::SvcGetAvatarCaps(WPARAM wParam, LPARAM lParam) case AF_MAXSIZE:
((POINT*)lParam)->x = 98;
((POINT*)lParam)->y = 98;
- return 0;
+ break;
case AF_MAXFILESIZE:
return 32000;
|