insert missing newlines
This commit is contained in:
parent
52c175a4fe
commit
d968002902
|
@ -22,7 +22,7 @@ foreach my $file (@files) {
|
||||||
chomp;
|
chomp;
|
||||||
s/\\/\\\\/g;
|
s/\\/\\\\/g;
|
||||||
s/"/\\"/g;
|
s/"/\\"/g;
|
||||||
print "\"$_\"\n";
|
print "\"$_\\n\"\n";
|
||||||
}
|
}
|
||||||
print ";\n\n";
|
print ";\n\n";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue