diff options
Diffstat (limited to 'src/include/rtc.h')
-rw-r--r-- | src/include/rtc.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/rtc.h b/src/include/rtc.h index e654785769..f006e7a5cd 100644 --- a/src/include/rtc.h +++ b/src/include/rtc.h @@ -16,8 +16,7 @@ #ifndef _RTC_H_ #define _RTC_H_ -struct rtc_time -{ +struct rtc_time { int sec; int min; int hour; |