From 4a40ca2c745b22cd2d99433493d4c01bc6cca6f4 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 6 Nov 2015 16:30:47 +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 6584735..fedf8dc 100644 --- a/JSDOC/ScopeParser.vala +++ b/JSDOC/ScopeParser.vala @@ -287,7 +287,7 @@ namespace JSDOC { var bn = this.braceNesting; var nts = new Gee.ArrayList(); while (true) { - if (!token || token.type == 'VOID' || token.data == ',') { + if (!token || token.type == "VOID" || token.data == ",") { break; } nts.push(token); -- 2.39.2