Update vgmstream_cli.c

Fix formatting.
This commit is contained in:
Christopher Snowhill 2018-10-09 15:41:43 -07:00 committed by GitHub
parent 50648c777f
commit fd7208422d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}