Fix a typo
This commit is contained in:
parent
62ecad6459
commit
81cf52b6fa
@ -223,7 +223,7 @@ static void *vips_gsf_tree_close( VipsGsfDirectory *tree );
|
|||||||
static void *
|
static void *
|
||||||
vips_gsf_tree_close_cb( void *item, void *a, void *b )
|
vips_gsf_tree_close_cb( void *item, void *a, void *b )
|
||||||
{
|
{
|
||||||
VipsGsfDirectory *tree = (VipsGsfDirectory *) tree;
|
VipsGsfDirectory *tree = (VipsGsfDirectory *) item;
|
||||||
|
|
||||||
return( vips_gsf_tree_close( tree ) );
|
return( vips_gsf_tree_close( tree ) );
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user