summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Pena <felipe@php.net>2010-11-18 11:33:42 +0000
committerFelipe Pena <felipe@php.net>2010-11-18 11:33:42 +0000
commit60ad3e54afce593e9452e0d0def420d90e80c2ab (patch)
tree35b3ebd50ac77481cc7e5cf795cfddb37a6622b8
parent95a88f04a981270e9bcbdcf59bd33d0fe2f023b5 (diff)
downloadphp-git-60ad3e54afce593e9452e0d0def420d90e80c2ab.tar.gz
- Fix build
-rw-r--r--ext/date/php_date.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/date/php_date.c b/ext/date/php_date.c
index 3adc091214..568ba5a99e 100644
--- a/ext/date/php_date.c
+++ b/ext/date/php_date.c
@@ -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();