mirror of https://github.com/GNOME/gimp.git
fix missing semicolon in emboss
This commit is contained in:
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);
|
||||
|
|
Loading…
Reference in New Issue