]> granicus.if.org Git - php/commitdiff
- Fix build
authorFelipe Pena <felipe@php.net>
Thu, 18 Nov 2010 11:33:42 +0000 (11:33 +0000)
committerFelipe Pena <felipe@php.net>
Thu, 18 Nov 2010 11:33:42 +0000 (11:33 +0000)
ext/date/php_date.c

index 3adc091214521e2fb042069c0db2b07ffdaaf4f0..568ba5a99e825c3d37e84ef3f9a84f0c82797f32 100644 (file)
@@ -1210,7 +1210,7 @@ PHPAPI int php_idate(char format, time_t ts, int localtime)
        int retval = -1;
        timelib_time_offset *offset = NULL;
        timelib_sll isoweek, isoyear;
-       TSRMLS_FETCH()
+       TSRMLS_FETCH();
 
        t = timelib_time_ctor();