oops typo

missing return ... but probably harmless, I think
This commit is contained in:
John Cupitt 2011-11-24 21:55:27 +00:00
parent e8a6699296
commit 7d05d5d6dd
1 changed files with 1 additions and 0 deletions

View File

@ -682,6 +682,7 @@ read_jpeg_header( struct jpeg_decompress_struct *cinfo,
if( p->data_length > 4 &&
im_isprefix( "http", (char *) p->data ) &&
read_xmp( out, p->data, p->data_length ) )
return( -1 );
break;