Fixes issue with typecast from GType to int

master
Jibin George 9 years ago
parent 1a210d1b18
commit 7c042eba31

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

Loading…
Cancel
Save