diff options
Diffstat (limited to 'src/cairo_spline.c')
-rw-r--r-- | src/cairo_spline.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo_spline.c b/src/cairo_spline.c index a7e76b29..565bf3b7 100644 --- a/src/cairo_spline.c +++ b/src/cairo_spline.c @@ -47,7 +47,7 @@ _cairo_spline_decompose_into (cairo_spline_t *spline, double tolerance_squared, #define CAIRO_SPLINE_GROWTH_INC 100 -cairo_int_status +cairo_int_status_t _cairo_spline_init (cairo_spline_t *spline, XPointFixed *a, XPointFixed *b, XPointFixed *c, XPointFixed *d) { spline->a = *a; |