From fc3e59bd1f64c437fe74c74e2b30c558665d8c3a Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 10 Apr 2016 09:25:59 +0000 Subject: Weather code cleaning fix reapplied git-svn-id: http://svn.miranda-ng.org/main/trunk@16621 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Weather/src/weather_update.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Weather/src/weather_update.cpp') diff --git a/plugins/Weather/src/weather_update.cpp b/plugins/Weather/src/weather_update.cpp index 741af5e004..be95d9e56e 100644 --- a/plugins/Weather/src/weather_update.cpp +++ b/plugins/Weather/src/weather_update.cpp @@ -325,7 +325,7 @@ void UpdateAll(BOOL AutoUpdate, BOOL RemoveData) INT_PTR UpdateSingleStation(WPARAM wParam, LPARAM) { if (IsMyContact(wParam)) { - // add the station to the end of the update queue + // add the station to the end of the update queue UpdateListAdd(wParam); // if it is not updating, then start the update thread process -- cgit v1.2.3