diff options
author | 2014-07-22 06:14:55 +0000 | |
---|---|---|
committer | 2014-07-22 06:14:55 +0000 | |
commit | 5d7e1fcc62a7f9dd5441eaccbc274f9327efcf00 (patch) | |
tree | 59a6e5c3c090f1f83dfd20359ab321fb69713e00 /src/tools/chdman.c | |
parent | c4e9058ee26841baae4c0fd51e081949747d5f48 (diff) |
Cleanups and version bump
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 d85b40a85cb..976a0b7ba53 100644 --- a/src/tools/chdman.c +++ b/src/tools/chdman.c @@ -243,7 +243,7 @@ public: UINT8 *_dest = reinterpret_cast<UINT8 *>(dest); for (int chdlba = 0; chdlba < lenlba; chdlba++) - { + { // find current frame's track number int tracknum = m_toc->numtrks; for (int track = 0; track < m_toc->numtrks; track++) |