summaryrefslogtreecommitdiff
path: root/src/cairo-spline.c
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2003-07-18 12:42:49 +0000
committerCarl Worth <cworth@cworth.org>2003-07-18 12:42:49 +0000
commit84ed2d465fecd2d2fcf0a68a9c654f220f9119d7 (patch)
tree5d135c221d65c283d628f69e46d45c7612fdcf2d /src/cairo-spline.c
parentdc1e96ae3502a81729839f4bcafcbc1fd00fc1bc (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.c2
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;