diff options
Diffstat (limited to 'calendar/gui/layout.c')
-rw-r--r-- | calendar/gui/layout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/layout.c b/calendar/gui/layout.c index 1367ae3f8f..7042071056 100644 --- a/calendar/gui/layout.c +++ b/calendar/gui/layout.c @@ -93,7 +93,7 @@ build_partition (struct layout_info *li) } /* Returns the index of the element in the partition that corresponds to the specified time */ -int +static int find_index (struct layout_info *li, time_t t) { int i; |