From: Jani Taskinen Date: Tue, 29 Dec 2009 13:00:09 +0000 (+0000) Subject: - Last ws pollution, I hope. X-Git-Tag: php-5.4.0alpha1~191^2~2149 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d4c3e2a9aeba01dd6ec5ee71dfdd19278485c17a;p=php - Last ws pollution, I hope. --- diff --git a/ext/tidy/tidy.c b/ext/tidy/tidy.c index 8eac16ea2a..89429c4580 100644 --- a/ext/tidy/tidy.c +++ b/ext/tidy/tidy.c @@ -155,7 +155,7 @@ MAKE_STD_ZVAL(tmp); \ ZVAL_BOOL(tmp, _bool); \ zend_ascii_hash_update(_table, #_key, sizeof(#_key), (void *)&tmp, sizeof(zval *), NULL); \ - } + } #define TIDY_OPEN_BASEDIR_CHECK(filename) \ if (php_check_open_basedir(filename TSRMLS_CC)) { \