diff options
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;
}
|