oops jpeg read

the recent jpeg read change had a couple of left-over variables
This commit is contained in:
John Cupitt 2011-04-21 09:56:25 +01:00
parent f13bf34ce3
commit 40ee1823e5

View File

@ -931,7 +931,6 @@ buf_source (j_decompress_ptr cinfo, void *buf, size_t len)
static int
bufjpeg2vips( void *buf, size_t len, IMAGE *out, gboolean header_only )
{
char *p, *q;
struct jpeg_decompress_struct cinfo;
ErrorManager eman;
int result;