Update Packer code to working copy
[gnome.introspection-doc-generator] / JSDOC / TokenStream.js
index 7b3328f..aee0b5a 100644 (file)
@@ -114,7 +114,10 @@ TokenStream = XObject.define(
                // print(i);
                 if (i < 0) {
                     if (n > -1) {
-                        i = 0; continue;
+                        i = 0; 
+                        count++;
+                        continue;
+                        
                     }
                     return   new Token("", "VOID", "END_OF_STREAM");
                 }