JSDOC/TextStream.vala
authorAlan Knowles <alan@roojs.com>
Tue, 22 Sep 2015 09:26:50 +0000 (17:26 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 22 Sep 2015 09:26:50 +0000 (17:26 +0800)
JSDOC/TextStream.vala

index 450c379..0d662ee 100644 (file)
@@ -27,7 +27,7 @@ namespace JSDOC {
             
             
             this.text = text;
-            this.length = text.char_count()
+            this.length = text.char_count();
             this.cursor = 0;
         }