summaryrefslogtreecommitdiff
path: root/src/lib/rtc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/rtc.c')
-rw-r--r--src/lib/rtc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/rtc.c b/src/lib/rtc.c
index bd98590d96..c5c157f8bd 100644
--- a/src/lib/rtc.c
+++ b/src/lib/rtc.c
@@ -31,7 +31,7 @@ static const int month_offset[] = {
0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334
};
-static const char * const weekdays[] = {
+static const char *const weekdays[] = {
"Sun", "Mon", "Tues", "Wednes", "Thurs", "Fri", "Satur",
};