JSDOC/TokenReader.vala
authorAlan Knowles <alan@roojs.com>
Thu, 10 Sep 2015 10:24:30 +0000 (18:24 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 10 Sep 2015 10:24:30 +0000 (18:24 +0800)
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(
                 
                 // 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)
+                );
             }
             
             
             }