summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/chdman.c
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2010-09-19 05:09:00 +0000
committer Aaron Giles <aaron@aarongiles.com>2010-09-19 05:09:00 +0000
commit7a4744d31da401404f7e67de707021fa5cc12711 (patch)
treee32c4f80a2a61643c42350b07437b33b63086f55 /src/tools/chdman.c
parentcbffdbb1d7111774a87284797bc2f753706f43ec (diff)
Cleanups and version bump.mame0139u3
Diffstat (limited to 'src/tools/chdman.c')
-rw-r--r--src/tools/chdman.c2
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);
}