From: Wez Furlong Date: Mon, 4 Jul 2005 13:22:27 +0000 (+0000) Subject: Fix win32 build X-Git-Tag: php-5.1.0b3~188 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1b9b6312c3a9c3e0c7ceb72729297cefdd96dd37;p=php Fix win32 build --- diff --git a/ext/date/php_date.c b/ext/date/php_date.c index 751376e960..47b860c2f8 100644 --- a/ext/date/php_date.c +++ b/ext/date/php_date.c @@ -434,7 +434,7 @@ PHP_FUNCTION(strtotime) PHPAPI void php_mktime(INTERNAL_FUNCTION_PARAMETERS, int gmt) { - long hou, min, sec, mon, day, yea, dst = -1;; + long hou, min, sec, mon, day, yea, dst = -1; timelib_time *now; timelib_tzinfo *tzi; long ts, adjust_seconds = 0;