diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2016-04-05 18:55:38 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2016-04-05 18:55:38 +0000 |
commit | ab2852015641c9aa9aa2588fb21617e31b7da546 (patch) | |
tree | d364084fadc2ef4b3787b61695c8323ecf0a0214 /plugins/Weather/src/weather_addstn.cpp | |
parent | ce08c537a294e306a01981f3f02c4757cd130c92 (diff) |
Weather: - cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@16589 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Weather/src/weather_addstn.cpp')
-rw-r--r-- | plugins/Weather/src/weather_addstn.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Weather/src/weather_addstn.cpp b/plugins/Weather/src/weather_addstn.cpp index 2e2eeca1a7..5ab2d661a5 100644 --- a/plugins/Weather/src/weather_addstn.cpp +++ b/plugins/Weather/src/weather_addstn.cpp @@ -165,7 +165,7 @@ INT_PTR WeatherBasicSearch(WPARAM, LPARAM lParam) }
// ============ NAME SEARCH ============
-
+//
// name search timer process (threaded)
static void __cdecl NameSearchTimerProc(LPVOID)
{
|