mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-12 01:30:49 +01:00
Update vgmstream_cli.c
Fix formatting.
This commit is contained in:
parent
50648c777f
commit
fd7208422d
@ -542,13 +542,13 @@ int main(int argc, char ** argv) {
|
||||
return EXIT_SUCCESS;
|
||||
|
||||
fail:
|
||||
if (!cfg.play_sdtout)
|
||||
{
|
||||
if (outfile != NULL)
|
||||
{
|
||||
fclose(outfile);
|
||||
}
|
||||
}
|
||||
if (!cfg.play_sdtout)
|
||||
{
|
||||
if (outfile != NULL)
|
||||
{
|
||||
fclose(outfile);
|
||||
}
|
||||
}
|
||||
close_vgmstream(vgmstream);
|
||||
return EXIT_FAILURE;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user