Skip to content

Commit

Permalink
fixed missing line-break / YamlParseException
Browse files Browse the repository at this point in the history
  • Loading branch information
leachiM2k authored Oct 30, 2019
1 parent 6a2dc1f commit 1be061f
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 1be061f

Please sign in to comment.