JSDOC/TokenReader.vala
[gnome.introspection-doc-generator] / JSDOC / TokenReader.vala
index 0c3901a..c5c534e 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();