JSDOC/Packer.vala
authorAlan Knowles <alan@roojs.com>
Tue, 1 Dec 2015 09:27:12 +0000 (17:27 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 1 Dec 2015 09:27:12 +0000 (17:27 +0800)
JSDOC/Packer.vala

index 84811ef..8379c70 100644 (file)
@@ -299,7 +299,7 @@ namespace JSDOC
                        print("using MIN FILE  %s\n", minfile);
                        if (str.length > 0) {
                            if (this.targetStream != null) {
                        print("using MIN FILE  %s\n", minfile);
                        if (str.length > 0) {
                            if (this.targetStream != null) {
-                                       this.targetStream.write(("//" + file + "\n").data); 
+                                       this.targetStream.write(("// " + file + "\n").data); 
                                        this.targetStream.write((str + "\n").data); 
 
                            } else {
                                        this.targetStream.write((str + "\n").data); 
 
                            } else {