diff options
author | Carl Worth <cworth@cworth.org> | 2003-07-18 12:42:49 +0000 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2003-07-18 12:42:49 +0000 |
commit | 84ed2d465fecd2d2fcf0a68a9c654f220f9119d7 (patch) | |
tree | 5d135c221d65c283d628f69e46d45c7612fdcf2d /src/cairo_spline.c | |
parent | dc1e96ae3502a81729839f4bcafcbc1fd00fc1bc (diff) |
Fixed some inconsistent tag/typedef names I missed the first time.
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; |