From d7efab3daffcc10b98f9d123e17ed3ed1f04db2e Mon Sep 17 00:00:00 2001 From: Andrew Worsley Date: Mon, 18 Apr 2016 19:20:39 +1000 Subject: [PATCH] fix missing semicolon in emboss --- plug-ins/common/emboss.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plug-ins/common/emboss.c b/plug-ins/common/emboss.c index 6d5413a692..e2bd62473f 100644 --- a/plug-ins/common/emboss.c +++ b/plug-ins/common/emboss.c @@ -355,7 +355,7 @@ emboss (GimpDrawable *drawable, { if (! gimp_drawable_mask_intersect (drawable->drawable_id, &x1, &y1, &width, &height)) - return + return; /* expand the bounds a little */ x1 = MAX (0, x1 - evals.depth);