summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/chdman.c
diff options
context:
space:
mode:
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);
}