Skip to content

Commit

Permalink
MFH: Fixed compiler warnings in ext/date
Browse files Browse the repository at this point in the history
  • Loading branch information
KalleZ committed Aug 5, 2009
1 parent 3b9ebac commit aaea1e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/date/php_date.c
Expand Up @@ -2280,7 +2280,7 @@ PHP_FUNCTION(timezone_transitions_get)
{
zval *object, *element;
php_timezone_obj *tzobj;
int i;
unsigned int i;

if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &object, date_ce_timezone) == FAILURE) {
RETURN_FALSE;
Expand Down

0 comments on commit aaea1e8

Please sign in to comment.