JSDOC/ScopeParser.vala
authorAlan Knowles <alan@roojs.com>
Fri, 6 Nov 2015 08:46:09 +0000 (16:46 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 6 Nov 2015 08:46:09 +0000 (16:46 +0800)
JSDOC/ScopeParser.vala

index 13cdf79..096f1e5 100644 (file)
@@ -582,7 +582,7 @@ namespace JSDOC {
             
         
         //print(scopeIndent + ">> ENTER EXPRESSION" + this.expN);
-        while ((token = this.ts.nextTok())) {
+        while (null != (token = this.ts.nextTok())) {