JSDOC/TokenReader.vala
[gnome.introspection-doc-generator] / JSDOC / TokenReader.vala
index 487bf3d..fb64a1e 100644 (file)
@@ -103,8 +103,8 @@ namespace JSDOC {
                 
                 // if execution reaches here then an error has happened
                 tokens.push(
-                        new Token(stream.next(), "TOKN", "UNKNOWN_TOKEN", this.line
-                ));
+                        new Token(stream.next(), "TOKN", "UNKNOWN_TOKEN", this.line)
+                );
             }