Add missing (putatively unreachable) return value.

This commit is contained in:
Carl Worth 2005-07-14 11:48:40 +00:00
parent 14ea7b583b
commit 0c3ee348f8
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2005-07-14 Carl Worth <cworth@cworth.org>
* src/cairo-ps-surface.c: (pattern_is_translucent): Add missing
(putatively unreachable) return value.
2005-07-14 Carl Worth <cworth@cworth.org>
* src/cairo-image-surface.c:

View file

@ -624,6 +624,7 @@ pattern_is_translucent (cairo_pattern_t *abstract_pattern)
}
ASSERT_NOT_REACHED;
return FALSE;
}
/* PS Output - this section handles output of the parts of the meta