glcd: fix warning: statement is a reference, not call

Origin commit data
------------------
Branch: ni/coolstream
Commit: 1a0bd4023c
Author: vanhofen <vanhofen@gmx.de>
Date: 2022-11-20 (Sun, 20 Nov 2022)

Origin message was:
------------------
- glcd: fix warning: statement is a reference, not call

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2022-11-20 22:13:22 +01:00
parent caf952a9d7
commit 352fcdf54d

View File

@@ -53,7 +53,7 @@ int standby_weather_fontsize;
void InitWeather() void InitWeather()
{ {
WeatherUpdateFonts; WeatherUpdateFonts();
} }
void WeatherUpdateFonts() void WeatherUpdateFonts()