Introspect/NameSpace.js
[gnome.introspection-doc-generator] / Introspect / NameSpace.js
index fecd80a..760e9cb 100644 (file)
@@ -92,7 +92,7 @@ NameSpace = {
             print("NAME: " + info.get_name());
             //continue;
             var info_type = GI.base_info_get_type (info);
-            print("Type: " + info_type);q
+            print("Type: " + info_type);
             switch(info_type) {
                 case  GI.InfoType.OBJECT:
                     ret.objects.push(info.get_name());