diff options
author | Chris Toshok <toshok@src.gnome.org> | 2000-12-15 03:10:58 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2000-12-15 03:10:58 +0800 |
commit | 37a6a1330714dc2b5dadb5661caf939b23416772 (patch) | |
tree | 9a67bdc9c5ed35bbf14e018c9236c4e88bf39a67 /calendar | |
parent | feea74a8a7cbfe1b9d96212c6380f724750ad9e1 (diff) | |
download | gsoc2013-evolution-37a6a1330714dc2b5dadb5661caf939b23416772.tar gsoc2013-evolution-37a6a1330714dc2b5dadb5661caf939b23416772.tar.gz gsoc2013-evolution-37a6a1330714dc2b5dadb5661caf939b23416772.tar.bz2 gsoc2013-evolution-37a6a1330714dc2b5dadb5661caf939b23416772.tar.lz gsoc2013-evolution-37a6a1330714dc2b5dadb5661caf939b23416772.tar.xz gsoc2013-evolution-37a6a1330714dc2b5dadb5661caf939b23416772.tar.zst gsoc2013-evolution-37a6a1330714dc2b5dadb5661caf939b23416772.zip |
#elsif -> #elif
svn path=/trunk/; revision=7020
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/cal-util/timeutil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/cal-util/timeutil.c b/calendar/cal-util/timeutil.c index a509bd3cba..a718ed90f7 100644 --- a/calendar/cal-util/timeutil.c +++ b/calendar/cal-util/timeutil.c @@ -38,7 +38,7 @@ time_from_isodate (char *str) if (str [15] == 'Z') #if defined(HAVE_TM_GMTOFF) t -= my_tm.tm_gmtoff -#elsif defined(HAVE_TIMEZONE) +#elif defined(HAVE_TIMEZONE) t -= timezone #endif ; |