diff options
Diffstat (limited to 'calendar/view-utils.c')
-rw-r--r-- | calendar/view-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/view-utils.c b/calendar/view-utils.c index a6c7676885..62cb86fc7c 100644 --- a/calendar/view-utils.c +++ b/calendar/view-utils.c @@ -11,7 +11,7 @@ int am_pm_flag = 0; -char * +static char * nicetime (struct tm *tm) { static char buf [20]; |