diff options
| author | 2010-09-19 05:09:00 +0000 | |
|---|---|---|
| committer | 2010-09-19 05:09:00 +0000 | |
| commit | 7a4744d31da401404f7e67de707021fa5cc12711 (patch) | |
| tree | e32c4f80a2a61643c42350b07437b33b63086f55 /src/tools/chdman.c | |
| parent | cbffdbb1d7111774a87284797bc2f753706f43ec (diff) | |
Cleanups and version bump.mame0139u3
Diffstat (limited to 'src/tools/chdman.c')
| -rw-r--r-- | src/tools/chdman.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/chdman.c b/src/tools/chdman.c index dcd8625a053..ac19f8570b9 100644 --- a/src/tools/chdman.c +++ b/src/tools/chdman.c @@ -1610,7 +1610,7 @@ static int do_extractcd(int argc, char *argv[], int param) { char modestr[16]; - if (track == 0) + if (track == 0) { fprintf(outfile, "FILE \"%s\" BINARY\n", outputfile2); } |
