fix missing semicolon in emboss

This commit is contained in:
Andrew Worsley 2016-04-18 19:20:39 +10:00 committed by Michael Natterer
parent 2c455978fd
commit d7efab3daf
1 changed files with 1 additions and 1 deletions

View File

@ -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);