From: Alan Knowles Date: Fri, 6 Nov 2015 08:30:47 +0000 (+0800) Subject: JSDOC/ScopeParser.vala X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=4a40ca2c745b22cd2d99433493d4c01bc6cca6f4 JSDOC/ScopeParser.vala --- 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);