JSDOC/ScopeParser.vala
[gnome.introspection-doc-generator] / 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 {