From a00d983ecdb1d58e2bc7f7b3a6d1b3c2c169ae70 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Wed, 20 Jun 2012 07:56:32 +0000 Subject: weather compilation fix git-svn-id: http://svn.miranda-ng.org/main/trunk@497 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Weather/weather_svcs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Weather/weather_svcs.cpp') 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; -- cgit v1.2.3