Skip to content

Commit

Permalink
vgm2psg now uses zlib 1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sverx committed Jan 5, 2016
1 parent c0a8e6a commit 259445f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/src/vgm2psg.c
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ int main (int argc, char *argv[]) {

gzread (fIN,&file_signature, 4);
if (file_signature!=0x206d6756) { // check for 'Vgm ' file signature
printf("Fatal: input VGM file doesn't seem a valid VGM file\n");
printf("Fatal: input file doesn't seem a valid VGM/VGZ file\n");
return(1);
}

Expand Down
Binary file modified tools/vgm2psg.exe
Binary file not shown.

0 comments on commit 259445f

Please sign in to comment.