X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FScopeParser.vala;h=7efbe309cf4d0e9bc6c5dc9c1fcee80888400de1;hp=d4e5a58f1ce18c9a8a70b03151ff7bf8d2332105;hb=6e49907f256e6e78a69df47de7de772bab07e0d1;hpb=e8b4f1cff959a4f810c01c39738eb472b5e42e0b diff --git a/JSDOC/ScopeParser.vala b/JSDOC/ScopeParser.vala index d4e5a58..7efbe30 100644 --- a/JSDOC/ScopeParser.vala +++ b/JSDOC/ScopeParser.vala @@ -482,7 +482,7 @@ namespace JSDOC { // We don't need to declare longer symbols since they won't cause // any conflict with other munged symbols. this.globalScope.declareIdentifier(symbol, token); - this.warn("Found an undeclared symbol: " + symbol + ' (line:' + token.line + ')', true); + this.warn("Found an undeclared symbol: " + symbol + " (line:" + token.line + ")", true); } //println("GOT IDENT IGNORE(3): " + symbol + "
");