diff options
Diffstat (limited to 'apps/gui/statusbar.h')
-rw-r--r-- | apps/gui/statusbar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/statusbar.h b/apps/gui/statusbar.h index 28c81053e0..7c3086ed3b 100644 --- a/apps/gui/statusbar.h +++ b/apps/gui/statusbar.h @@ -70,7 +70,7 @@ struct gui_statusbar struct status_info lastinfo; #if CONFIG_RTC struct tm *time; - int last_tm_min; + int last_tm_min; #endif struct screen * display; }; |