[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:
Chris Wilson 2007-11-02 09:17:59 +00:00
parent eb0b16837b
commit 6d2615d449

View file

@ -95,6 +95,8 @@ draw (cairo_t *cr, int width, int height)
cairo_stroke (cr);
}
cairo_restore (cr);
return CAIRO_TEST_SUCCESS;
}
int