[gimp] fix missing semicolon in emboss



commit d7efab3daffcc10b98f9d123e17ed3ed1f04db2e
Author: Andrew Worsley <amworsley gmail com>
Date:   Mon Apr 18 19:20:39 2016 +1000

    fix missing semicolon in emboss

 plug-ins/common/emboss.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plug-ins/common/emboss.c b/plug-ins/common/emboss.c
index 6d5413a..e2bd624 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);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]