fix missing semicolon in emboss
This commit is contained in:

committed by
Michael Natterer

parent
2c455978fd
commit
d7efab3daf
@ -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);
|
||||
|
Reference in New Issue
Block a user