JSDOC/TokenReader.vala
authorAlan Knowles <alan@roojs.com>
Tue, 27 Oct 2015 09:25:45 +0000 (17:25 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 27 Oct 2015 09:25:45 +0000 (17:25 +0800)
JSDOC/TokenReader.vala

index 9e0c1f6..0c3901a 100644 (file)
@@ -281,7 +281,7 @@ namespace JSDOC {
             while (!stream.lookEOF()) {
                        var ns = stream.look().to_string();
 
-                   if (null != Lang.punc(found + ns ) {
+                   if (null == Lang.punc(found + ns ) {
                                break;
                        }
                 found += stream.next();