JSDOC/CompressWhite.vala
[gnome.introspection-doc-generator] / JSDOC / CompressWhite.vala
index c312624..4afcb6c 100644 (file)
@@ -80,9 +80,9 @@ namespace JSDOC
                                ts.cursor+=2; // move two along, and balance...
                                
                                if (ts.balance("(").size < 1 ){
-                                   ts.dump(cu-40, cu);
+                                   ts.dump(cu-40, cu+2);
                                    print(">>>>>>>>>>>>>>>>>HERE>>>>>>>>>>>>");
-                                   ts.dump(cu, cu+40);
+                                   ts.dump(cu+2, cu+40);
                                    
                                    throw new CompressWhiteError.BRACE( "could not find end lbrace!!!" );
                                }