From f3d0b3bd2d729734c6af746ea536512f9ff7891f Mon Sep 17 00:00:00 2001 From: DarthSim Date: Wed, 18 Oct 2017 04:35:13 +0600 Subject: [PATCH] Missed semicolon --- vips.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vips.h b/vips.h index ba5ead74..a921b5c3 100644 --- a/vips.h +++ b/vips.h @@ -139,7 +139,7 @@ vips_smartcrop_go(VipsImage *in, VipsImage **out, int width, int height) { #if VIPS_SUPPORT_SMARTCROP return vips_smartcrop(in, out, width, height, NULL); #else - return 1 + return 1; #endif }