fix a compile error

This commit is contained in:
John Cupitt 2015-06-20 10:54:24 +01:00
parent d37454a45c
commit e4c53e59dd
2 changed files with 5 additions and 1 deletions

5
TODO
View File

@ -1,3 +1,8 @@
- try:
$ python test_colour.py TestColour.test_icc
segv
- vips_sink_screen() should create its output images

View File

@ -482,7 +482,6 @@ vips_image_guess_interpretation( const VipsImage *image )
case VIPS_INTERPRETATION_sRGB:
case VIPS_INTERPRETATION_HSV:
case VIPS_INTERPRETATION_scRGB:
case VIPS_INTERPRETATION_HSV:
case VIPS_INTERPRETATION_YXY:
if( image->Bands < 3 )
sane = FALSE;