mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-06-19 08:58:29 +02:00
any2ppm: fix missing enumeration warning
This commit is contained in:
parent
b74e8ebd50
commit
c7b86ab97b
1 changed files with 1 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue