JSDOC/ScopeParser.js
[gnome.introspection-doc-generator] / JSDOC / ScopeParser.js
index 96cd824..cf5c8f7 100644 (file)
@@ -192,7 +192,7 @@ ScopeParser.prototype = {
     dumpToken: function (tok, scope, brace) {
         if (this.dumpLine == false) {
             this.dumpLine = {
-                str : tok.data + ' '
+                str : tok.data + ' ',
                 scope : scope.length,
                 brace : brace
             }