diff options
author | George Hazan <george.hazan@gmail.com> | 2012-06-20 06:52:26 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-06-20 06:52:26 +0000 |
commit | b766ebf1a1091dcc2859a92da300c44e0e432a84 (patch) | |
tree | 833eb906adc49c21c799b5bd222e714338dfebd8 /protocols/Weather/weather.cpp | |
parent | 4c7aed90685d65bc150a16e901542471041bd148 (diff) |
- avatars fix for Weather
- code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@495 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Weather/weather.cpp')
-rw-r--r-- | protocols/Weather/weather.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Weather/weather.cpp b/protocols/Weather/weather.cpp index 08a8903496..ad51c93a01 100644 --- a/protocols/Weather/weather.cpp +++ b/protocols/Weather/weather.cpp @@ -182,7 +182,7 @@ void InitVar() UpdateListHead = NULL;
// other settings
- timerId=0;
+ timerId = 0;
opt.DefStn = NULL;
ModuleLoaded = FALSE;
}
|