From 7c042eba31ad6db5767d8894de2ac6d5522d2cf4 Mon Sep 17 00:00:00 2001 From: Jibin George Date: Tue, 13 Sep 2016 17:16:24 +0530 Subject: [PATCH] Fixes issue with typecast from GType to int --- vips.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vips.h b/vips.h index 52895ef..1a367fb 100644 --- a/vips.h +++ b/vips.h @@ -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); }