X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FScopeParser.vala;h=a59024a1592956826e27d879d3a2faef767584fd;hp=ae7832fda63d9bd9915e4080f89d6590436a17fc;hb=f934a2c625733ef58d92fb42ac318b8a90205eee;hpb=15632e3af48112e08ac2536f34af6bee32042a59 diff --git a/JSDOC/ScopeParser.vala b/JSDOC/ScopeParser.vala index ae7832f..a59024a 100644 --- a/JSDOC/ScopeParser.vala +++ b/JSDOC/ScopeParser.vala @@ -728,7 +728,7 @@ namespace JSDOC { var identifier = this.getIdentifier(symbol, scope, token); //println("??"); - if (identifier == false) { + if (identifier == null) { if (symbol.length <= 3 && Scope.builtin.indexOf(symbol) < 0) { // Here, we found an undeclared and un-namespaced symbol that is