summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2010-12-28 17:20:10 +0000
committerPierre Joye <pajoye@php.net>2010-12-28 17:20:10 +0000
commit05be26d13a7b7f3b20e0a67f0bf32a28ab7e56b7 (patch)
tree7fa987d18bdd7943b74ab1037f8d400d54336b29
parentd8774af125091f192eb6bc0786845df047710496 (diff)
downloadphp-git-05be26d13a7b7f3b20e0a67f0bf32a28ab7e56b7.tar.gz
- WS
-rw-r--r--ext/gd/gd_ctx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gd/gd_ctx.c b/ext/gd/gd_ctx.c
index f747124ff9..2fb5039d41 100644
--- a/ext/gd/gd_ctx.c
+++ b/ext/gd/gd_ctx.c
@@ -78,7 +78,7 @@ static void _php_image_output_ctx(INTERNAL_FUNCTION_PARAMETERS, int image_type,
* */
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());