From 37a6a1330714dc2b5dadb5661caf939b23416772 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Thu, 14 Dec 2000 19:10:58 +0000 Subject: #elsif -> #elif svn path=/trunk/; revision=7020 --- calendar/cal-util/timeutil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/cal-util/timeutil.c') 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 ; -- cgit v1.2.3