mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 01:48:07 +02:00
[test/degenerate-pen] Add missing return value.
Carl - he likes to test us occasionally to make sure we're paying attention. Well, that's the excuse I use...
This commit is contained in:
parent
eb0b16837b
commit
6d2615d449
1 changed files with 2 additions and 0 deletions
|
|
@ -95,6 +95,8 @@ draw (cairo_t *cr, int width, int height)
|
|||
cairo_stroke (cr);
|
||||
}
|
||||
cairo_restore (cr);
|
||||
|
||||
return CAIRO_TEST_SUCCESS;
|
||||
}
|
||||
|
||||
int
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue