diff options
author | Benjamin Otte <otte@redhat.com> | 2011-02-18 18:53:29 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2011-02-18 18:53:45 +0100 |
commit | 9dcd29bef48071fcc28f5fa93d6369dfc1eed3da (patch) | |
tree | 94f7abe5de65710f5ecb069509a95868b7b1805d | |
parent | 056250775f15ea8fd337e3f37d6906f01b8c09a6 (diff) |
test: Add missing format to any2ppm to silence gcc
-rw-r--r-- | test/any2ppm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/any2ppm.c b/test/any2ppm.c index b4c9de6f..40c304b7 100644 --- a/test/any2ppm.c +++ b/test/any2ppm.c @@ -191,6 +191,7 @@ write_ppm (cairo_surface_t *surface, int fd) format_str = "P5"; break; case CAIRO_FORMAT_A1: + case CAIRO_FORMAT_RGB16_565: case CAIRO_FORMAT_INVALID: default: return "unhandled image format"; |