oops typo
missing return ... but probably harmless, I think
This commit is contained in:
parent
e8a6699296
commit
7d05d5d6dd
@ -682,6 +682,7 @@ read_jpeg_header( struct jpeg_decompress_struct *cinfo,
|
|||||||
if( p->data_length > 4 &&
|
if( p->data_length > 4 &&
|
||||||
im_isprefix( "http", (char *) p->data ) &&
|
im_isprefix( "http", (char *) p->data ) &&
|
||||||
read_xmp( out, p->data, p->data_length ) )
|
read_xmp( out, p->data, p->data_length ) )
|
||||||
|
return( -1 );
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user