on second thoughts, put the assert back

This commit is contained in:
John Cupitt 2015-06-09 16:17:12 +01:00
parent 6ec534328c
commit be2537938e
2 changed files with 2588 additions and 0 deletions

View File

@ -521,6 +521,7 @@ vips_image_guess_interpretation( const VipsImage *image )
break;
default:
g_assert( 0 );
sane = FALSE;
break;
}

2587
vips Normal file

File diff suppressed because one or more lines are too long