From: Pierre Joye Date: Tue, 28 Dec 2010 17:20:10 +0000 (+0000) Subject: - WS X-Git-Tag: php-5.3.6RC1~181 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=19ba59916675d17f594f68868ebc433529427d9b;p=php - WS --- diff --git a/ext/gd/gd_ctx.c b/ext/gd/gd_ctx.c index 34ca64c435..069dd78e03 100644 --- a/ext/gd/gd_ctx.c +++ b/ext/gd/gd_ctx.c @@ -76,7 +76,7 @@ static void _php_image_output_ctx(INTERNAL_FUNCTION_PARAMETERS, int image_type, * PHP_GDIMG_TYPE_WBM */ if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "r|s!ll", &imgind, &file, &file_len, &quality, &basefilter) == FAILURE) { return; - } + } } ZEND_FETCH_RESOURCE(im, gdImagePtr, &imgind, -1, "Image", phpi_get_le_gd());