From 9d3711c527a5cf7fefa5de6dadc52df1039cc217 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 3 Dec 2015 15:47:33 +0800 Subject: [PATCH] JSDOC/TokenStream.vala --- JSDOC/TokenStream.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.2