diff options
Diffstat (limited to 'src/timezone/localtime.c')
-rw-r--r-- | src/timezone/localtime.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/timezone/localtime.c b/src/timezone/localtime.c index d946e882aa6..2b5b3a924fe 100644 --- a/src/timezone/localtime.c +++ b/src/timezone/localtime.c @@ -802,8 +802,8 @@ transtime(int year, const struct rule *rulep, { bool leapyear; int32 value; - int i, - d, + int i; + int d, m1, yy0, yy1, |