[gtkhtml] Oops, add missing brace



commit ceb72319b613007a00f07d5bc533592e2646e96d
Author: Federico Mena Quintero <federico gnome org>
Date:   Thu Sep 15 18:25:15 2016 -0500

    Oops, add missing brace

 gtkhtml/htmlobject.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtkhtml/htmlobject.c b/gtkhtml/htmlobject.c
index d2a679b..dbf0ff3 100644
--- a/gtkhtml/htmlobject.c
+++ b/gtkhtml/htmlobject.c
@@ -1909,7 +1909,7 @@ move_object_cursor (HTMLObject *obj,
 
        do {
                gboolean found = FALSE;
-               if (((*offset == 0 && forward) || (*offset && !forward)) && html_object_is_container (obj))
+               if (((*offset == 0 && forward) || (*offset && !forward)) && html_object_is_container (obj)) {
                        if ((down = (*down_fn) (obj))) {
                                HTMLObject *down_child;
 


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