diff options
Diffstat (limited to 'libexslt')
-rw-r--r-- | libexslt/date.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libexslt/date.c b/libexslt/date.c index 22a2cc14..257dbf54 100644 --- a/libexslt/date.c +++ b/libexslt/date.c @@ -89,8 +89,7 @@ struct _exsltDateValDate { unsigned int min :6; /* 0 <= min <= 59 */ double sec; unsigned int tz_flag :1; /* is tzo explicitely set? */ - signed int tzo :12; /* -1440 <= tzo <= 1440 - currently only -840 to +840 are needed */ + signed int tzo :12; /* -1440 <= tzo <= 1440 currently only -840 to +840 are needed */ }; /* Duration value */ |