JSDOC/Walker2.js
[gnome.introspection-doc-generator] / JSDOC / Walker2.js
index a96d1f4..55ae03f 100644 (file)
@@ -508,7 +508,7 @@ Walker2 = XObject.define(
                             (this.ts.lookTok(-2).type == 'NAME')
                         ) {
                         scopeName = this.ts.lookTok(-2).data;
-                        this.ts.balanceN('(');
+                        this.ts.balance('(');
                         token = this.ts.nextTok(); // should be {
                         //print("FOO=FUNCITON() {}" + this.ts.context() + "\n" + token.toString());