From: Pierre Joye Date: Wed, 30 Jun 2010 22:06:49 +0000 (+0000) Subject: - WS X-Git-Tag: php-5.3.3RC2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1fe5265c3eeed56b7d4641e8dd26ec8c11e81a01;p=php - WS --- diff --git a/ext/gd/libgd/gd_jpeg.c b/ext/gd/libgd/gd_jpeg.c index 4f811c7d96..175c5b85fd 100644 --- a/ext/gd/libgd/gd_jpeg.c +++ b/ext/gd/libgd/gd_jpeg.c @@ -51,8 +51,8 @@ static long php_jpeg_emit_message(j_common_ptr jpeg_info, int level) char message[JMSG_LENGTH_MAX]; jmpbuf_wrapper *jmpbufw; int ignore_warning = 0; - - jmpbufw = (jmpbuf_wrapper *) jpeg_info->client_data; + + jmpbufw = (jmpbuf_wrapper *) jpeg_info->client_data; if (jmpbufw != 0) { ignore_warning = jmpbufw->ignore_warning;