diff options
| author | Pierre Joye <pajoye@php.net> | 2010-06-30 22:06:49 +0000 |
|---|---|---|
| committer | Pierre Joye <pajoye@php.net> | 2010-06-30 22:06:49 +0000 |
| commit | 425c52878307e0b8cb3f9bdcea433b1e6e850802 (patch) | |
| tree | a639204a8214c6ea21b13cb248e2d599fe4a3cac /ext | |
| parent | 0625a0b23b0dbc98d776bec8b619103ce8f749b6 (diff) | |
| download | php-git-425c52878307e0b8cb3f9bdcea433b1e6e850802.tar.gz | |
- WS
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/gd/libgd/gd_jpeg.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; |
