diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2009-02-02 11:39:24 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2009-02-02 11:39:24 +0800 |
commit | 38c8ce1aac739a3e74448ff5ed7fa2e003a9cc28 (patch) | |
tree | 8cbc3bcc756380e222510848ca94f34d087357d6 /calendar/gui/alarm-notify | |
parent | 533cd49bc6475ef48ad5eb6a93d0f58450b3c9e8 (diff) | |
download | gsoc2013-evolution-38c8ce1aac739a3e74448ff5ed7fa2e003a9cc28.tar.gz gsoc2013-evolution-38c8ce1aac739a3e74448ff5ed7fa2e003a9cc28.tar.zst gsoc2013-evolution-38c8ce1aac739a3e74448ff5ed7fa2e003a9cc28.zip |
Fix compiler warnings.
svn path=/trunk/; revision=37206
Diffstat (limited to 'calendar/gui/alarm-notify')
-rw-r--r-- | calendar/gui/alarm-notify/alarm-queue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/alarm-notify/alarm-queue.c b/calendar/gui/alarm-notify/alarm-queue.c index af99eb8c6d..c1258d49e0 100644 --- a/calendar/gui/alarm-notify/alarm-queue.c +++ b/calendar/gui/alarm-notify/alarm-queue.c @@ -477,7 +477,7 @@ add_component_alarms (ClientAlarms *ca, ECalComponentAlarms *alarms) ECalComponentAlarmInstance *instance; gpointer alarm_id; QueuedAlarm *qa; - time_t tnow = time(NULL); + d(time_t tnow = time(NULL)); instance = l->data; |