From cef4df1fee046105ab35f47c152d39bf16a55a07 Mon Sep 17 00:00:00 2001 From: Andrey Hristov Date: Thu, 8 Jul 1999 21:42:29 +0000 Subject: Reduce clutter a bit. --- ext/pcre/php_pcre.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/pcre/php_pcre.c') diff --git a/ext/pcre/php_pcre.c b/ext/pcre/php_pcre.c index 9b8830a42c..5b838ec055 100644 --- a/ext/pcre/php_pcre.c +++ b/ext/pcre/php_pcre.c @@ -568,7 +568,7 @@ static int _preg_do_eval(char *eval_str, char *subject, int *offsets, walk++; } } - + /* Run the code */ zend_eval_string(code, &retval CLS_CC ELS_CC); convert_to_string(&retval); -- cgit v1.2.1