From: Alan Knowles Date: Thu, 3 Dec 2015 07:47:33 +0000 (+0800) Subject: JSDOC/TokenStream.vala X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=9d3711c527a5cf7fefa5de6dadc52df1039cc217 JSDOC/TokenStream.vala --- diff --git a/JSDOC/TokenStream.vala b/JSDOC/TokenStream.vala index 74f051f..7cfc4b2 100644 --- a/JSDOC/TokenStream.vala +++ b/JSDOC/TokenStream.vala @@ -252,7 +252,7 @@ namespace JSDOC { print("balance (%d): STOP: %s\n" , depth , token.data); if (depth < 1) { - this.next() + this.next(); // shift cursor to eat closer... print("returning got %d\n", got.size); return got; }