JSDOC/ScopeParser.js
[gnome.introspection-doc-generator] / JSDOC / ScopeParser.js
index 48ad6f4..20b0233 100644 (file)
@@ -616,9 +616,11 @@ ScopeParser.prototype = {
                     switch(token.data) {
                          
                         case ';':
+                            print("<< EXIT EXPRESSION");
+                            break;
+
                         case ',':
                             
-                            print("<< EXIT EXPRESSION");
                             break;