From 4a99310b7e19ea27f462aeba7d641bddf4853ff1 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 6 Nov 2015 16:46:09 +0800 Subject: [PATCH] JSDOC/ScopeParser.vala --- JSDOC/ScopeParser.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JSDOC/ScopeParser.vala b/JSDOC/ScopeParser.vala index 13cdf79..096f1e5 100644 --- a/JSDOC/ScopeParser.vala +++ b/JSDOC/ScopeParser.vala @@ -582,7 +582,7 @@ namespace JSDOC { //print(scopeIndent + ">> ENTER EXPRESSION" + this.expN); - while ((token = this.ts.nextTok())) { + while (null != (token = this.ts.nextTok())) { -- 2.39.2