Fixes issue with typecast from GType to int

This commit is contained in:
Jibin George 2016-09-13 17:16:24 +05:30
parent 1a210d1b18
commit 7c042eba31

2
vips.h
View file

@ -47,7 +47,7 @@ typedef struct {
double Background[3];
} WatermarkOptions;
static int
static unsigned long
has_profile_embed(VipsImage *image) {
return vips_image_get_typeof(image, VIPS_META_ICC_NAME);
}