JSDOC/TextStream.vala
[gnome.introspection-doc-generator] / JSDOC / TextStream.vala
index ebb65bb..bc26198 100644 (file)
@@ -43,7 +43,7 @@ namespace JSDOC {
         public char next(int n = 1,  out bool eof)
         {
             eof = false;
-            if (n < 1) {
+            if (n < 1) { //?? eof???
                 return '\0';
             }