any2ppm: fix missing enumeration warning

This commit is contained in:
Adrian Johnson 2012-04-10 22:34:05 +09:30
parent b74e8ebd50
commit c7b86ab97b

View file

@ -193,6 +193,7 @@ write_ppm (cairo_surface_t *surface, int fd)
break;
case CAIRO_FORMAT_A1:
case CAIRO_FORMAT_RGB16_565:
case CAIRO_FORMAT_RGB30:
case CAIRO_FORMAT_INVALID:
default:
return "unhandled image format";