JSDOC/CompressWhite.js
[gnome.introspection-doc-generator] / JSDOC / CompressWhite.js
index 8b04293..726c8f5 100644 (file)
@@ -134,12 +134,13 @@ CompressWhite =  function (ts, packer)
                 if (!ts.balance("{") ){
                     ts.dump(cu-40, cu);
                     print(">>>>>>>>>>>>>>>>>HERE>>>>>>>>>>>>");
-                    ts.dump(cu+1, cu+40);
+                    ts.dump(cu, cu+40);
                     
                     throw "could not find end lbrace!!!";
                 }
                 // if next is not ';' -> make it so...
-
+                print(ts.lookTok(1).toString());
+                print(ts.lookTok(1,true).toString());
                 if (ts.lookTok(1).data != ';' && ts.lookTok(1).data != '}' && ts.look(1,true).name=="NEWLINE") {
                     ts.look(0).outData = ts.look(0).data +";";
                 }