JSDOC/ScopeParser.vala
authorAlan Knowles <alan@roojs.com>
Fri, 6 Nov 2015 08:51:52 +0000 (16:51 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 6 Nov 2015 08:51:52 +0000 (16:51 +0800)
JSDOC/ScopeParser.vala

index a89e03b..968100d 100644 (file)
@@ -735,7 +735,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);
                                    //print("Found an undeclared symbol: " + symbol + ' (line:' + token.line + ')');
                                    //throw "OOPS";
                                } else {