diff options
Diffstat (limited to 'calendar/gui/alarm-notify')
-rw-r--r-- | calendar/gui/alarm-notify/alarm.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/calendar/gui/alarm-notify/alarm.c b/calendar/gui/alarm-notify/alarm.c index c487d94503..9b37501ffc 100644 --- a/calendar/gui/alarm-notify/alarm.c +++ b/calendar/gui/alarm-notify/alarm.c @@ -157,7 +157,8 @@ setup_timeout (void) } -/* Used from g_list_insert_sorted(); compares the trigger times of two AlarmRecord structures. */ +/* Used from g_list_insert_sorted(); compares the + * trigger times of two AlarmRecord structures. */ static gint compare_alarm_by_time (gconstpointer a, gconstpointer b) { |