JSDOC/Identifier.vala
[gnome.introspection-doc-generator] / JSDOC / Identifier.vala
index efd113c..b0584e2 100644 (file)
@@ -14,7 +14,7 @@ namespace JSDOC
                
                public string name;
                public int refcount = 1; // used?
-               public string mungedValue = ""; // should be at least 1?!?!
+               public string mungedValue; // should be at least 1?!?!
                public Scope scope ;  // script of fn scope..
                public bool toMunge = true;