From 63171d88f2b1f45840d0c63072cde0735b6f2764 Mon Sep 17 00:00:00 2001 From: twosee Date: Wed, 12 Jun 2019 18:49:33 +0800 Subject: Add do...while(0) for RETURN_* and ZVAL_* APIs Closes GH-4255. --- ext/zip/php_zip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/zip/php_zip.c') diff --git a/ext/zip/php_zip.c b/ext/zip/php_zip.c index 65e6a0db22..6c301cc490 100644 --- a/ext/zip/php_zip.c +++ b/ext/zip/php_zip.c @@ -1286,7 +1286,7 @@ static PHP_NAMED_FUNCTION(zif_zip_entry_read) RETURN_NEW_STR(buffer); } else { zend_string_efree(buffer); - RETURN_EMPTY_STRING() + RETURN_EMPTY_STRING(); } } else { RETURN_FALSE; -- cgit v1.2.1