diff options
Diffstat (limited to 'mbbsd/calendar.c')
-rw-r--r-- | mbbsd/calendar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/calendar.c b/mbbsd/calendar.c index 385b9f82..f3cafca2 100644 --- a/mbbsd/calendar.c +++ b/mbbsd/calendar.c @@ -60,7 +60,7 @@ ParseDate(char *date, event_t * t) } static int -ParseColor(char *color) +ParseColor(const char *color) { struct { char *str; |