diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-06-20 07:56:32 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-06-20 07:56:32 +0000 |
commit | a00d983ecdb1d58e2bc7f7b3a6d1b3c2c169ae70 (patch) | |
tree | c3fb798d23be551b3aa578d45d0e58d2461749c7 /protocols | |
parent | 8eaea03b376ddda81c6f31c2cb1d46963b16d8a2 (diff) |
weather compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@497 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/Weather/weather_svcs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Weather/weather_svcs.cpp b/protocols/Weather/weather_svcs.cpp index f3b5de472e..17d4bb7f87 100644 --- a/protocols/Weather/weather_svcs.cpp +++ b/protocols/Weather/weather_svcs.cpp @@ -147,7 +147,7 @@ INT_PTR WeatherGetAvatarInfo(WPARAM wParam, LPARAM lParam) {
if (statusValue[i] == status)
break;
-
+ }
if (i >= 10)
return GAIR_NOAVATAR;
|