diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-08-03 22:12:42 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-08-03 22:12:42 +0800 |
commit | 6f11f62025457f9aadab6d5cdf2e16d1716fdbbe (patch) | |
tree | 87f85242f8a4267b4d72764c69bae481afc11b21 /calendar/gui/alarm-notify/config-data.c | |
parent | 80374b7b6268707696124329c5e64e260e41c090 (diff) | |
download | gsoc2013-evolution-6f11f62025457f9aadab6d5cdf2e16d1716fdbbe.tar.gz gsoc2013-evolution-6f11f62025457f9aadab6d5cdf2e16d1716fdbbe.tar.zst gsoc2013-evolution-6f11f62025457f9aadab6d5cdf2e16d1716fdbbe.zip |
Whitespace and coding style cleanups.
Diffstat (limited to 'calendar/gui/alarm-notify/config-data.c')
-rw-r--r-- | calendar/gui/alarm-notify/config-data.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/alarm-notify/config-data.c b/calendar/gui/alarm-notify/config-data.c index c66819f0c4..db2322945b 100644 --- a/calendar/gui/alarm-notify/config-data.c +++ b/calendar/gui/alarm-notify/config-data.c @@ -267,7 +267,7 @@ config_data_set_last_notification_time (ECal *cal, time_t t) ESource *source = e_cal_get_source (cal); if (source) { GTimeVal tmval = {0}; - char *as_text; + gchar *as_text; tmval.tv_sec = (glong) t; as_text = g_time_val_to_iso8601 (&tmval); |