summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2010-06-17 06:55:54 +0000
committer Aaron Giles <aaron@aarongiles.com>2010-06-17 06:55:54 +0000
commit861db1eb49e7d1734d07ae8aafce2b6fdd88fece (patch)
tree051335a6f01bdd53ceed852c93bae1558b67ebcb /src/tools
parentf935e05a10192675f06f4d684747d5b3036ed568 (diff)
Cleanups and version bump.
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/chdcd.c2
-rw-r--r--src/tools/chdman.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/chdcd.c b/src/tools/chdcd.c
index 8895003784a..1e3570de64d 100644
--- a/src/tools/chdcd.c
+++ b/src/tools/chdcd.c
@@ -248,7 +248,7 @@ static void chdcd_tracksize_helper(int trknum, cdrom_toc *outtoc, chdcd_track_in
outtoc->tracks[trknum].frames = tlen;
}
-// printf("track %d: %d frames\n", trknum, outtoc->tracks[trknum].frames);
+// printf("track %d: %d frames\n", trknum, outtoc->tracks[trknum].frames);
}
/*-------------------------------------------------
diff --git a/src/tools/chdman.c b/src/tools/chdman.c
index 608205cce52..fb33a8499be 100644
--- a/src/tools/chdman.c
+++ b/src/tools/chdman.c
@@ -1626,7 +1626,7 @@ static int do_extractcd(int argc, char *argv[], int param)
char modestr[16];
fprintf(outfile, "FILE \"%s\" BINARY\n", trackoutname);
-
+
switch (toc->tracks[track].trktype)
{
case CD_TRACK_MODE1: