summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--protocols/Weather/weather_svcs.cpp2
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;