Skip to content

Commit

Permalink
Merge pull request #29 from leachiM2k/bugfix/missing-line-break
Browse files Browse the repository at this point in the history
fixed missing line-break / YamlParseException
  • Loading branch information
thawn authored Oct 30, 2019
2 parents 6a2dc1f + 1be061f commit 95e2e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TTMp32Gme/TttoolHandler.pm
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ sub make_gme {
my $fh = $yaml_file->openw();
print $fh "#this file was generated automatically by ttmp32gme\n";
print $fh "product-id: $oid\n";
print $fh "comment: CHOMPTECH DATA FORMAT CopyRight 2019 Ver0.00.0001";
print $fh "comment: CHOMPTECH DATA FORMAT CopyRight 2019 Ver0.00.0001\n";
print $fh "gme-lang: $config->{'pen_language'}\n";
close($fh);
my $media_path = convert_tracks( $album, $yaml_file, $config, $dbh );
Expand Down

0 comments on commit 95e2e89

Please sign in to comment.