insert missing newlines

This commit is contained in:
Yuichi Nishiwaki 2014-05-19 09:00:51 +09:00
parent 52c175a4fe
commit d968002902
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ foreach my $file (@files) {
chomp;
s/\\/\\\\/g;
s/"/\\"/g;
print "\"$_\"\n";
print "\"$_\\n\"\n";
}
print ";\n\n";
}