From 87021603be48b252ea2ca5a568bed63cde308196 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 10 Sep 2015 17:53:51 +0800 Subject: [PATCH] JSDOC/TextStream.vala --- JSDOC/TextStream.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JSDOC/TextStream.vala b/JSDOC/TextStream.vala index ebb65bb..bc26198 100644 --- a/JSDOC/TextStream.vala +++ b/JSDOC/TextStream.vala @@ -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'; } -- 2.39.2