JSDOC/Packer.vala
[gnome.introspection-doc-generator] / JSDOC / Packer.vala
index 20ffa76..60d0962 100644 (file)
@@ -392,13 +392,13 @@ namespace JSDOC
                        print(sp.warnings.join("\n"));
 
                
-                       var out = CompressWhite(new TokenStream(toks), this, this.keepWhite); // do not kill whitespace..
+                       var outf = CompressWhite(new TokenStream(toks), this, this.keepWhite); // do not kill whitespace..
                
                
                
                
                         if (out.length > 0) {
-                               FileUtils.put_contents(minfile, out);
+                               FileUtils.put_contents(minfile, outf);
                                 
                        }