From b8d25229071e344b1b0939470f2a52518247b03b Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Thu, 8 Oct 2009 10:53:12 +0000 Subject: [PATCH] ooops --- libvips/include/vips/private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvips/include/vips/private.h b/libvips/include/vips/private.h index da39bd55..62489791 100644 --- a/libvips/include/vips/private.h +++ b/libvips/include/vips/private.h @@ -170,7 +170,7 @@ typedef int (*im_region_fill_fn)( struct _REGION *, void * ); int im_region_fill( struct _REGION *reg, Rect *r, im_region_fill_fn fn, void *a ); void im_region_print( struct _REGION *region ); -int im_prepare_many( REGION **reg, Rect *r ); +int im_prepare_many( struct _REGION **reg, Rect *r ); #ifdef __cplusplus }