summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/chdcd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/util/chdcd.h')
-rw-r--r--src/lib/util/chdcd.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/util/chdcd.h b/src/lib/util/chdcd.h
index df799371603..d32fc6c0c73 100644
--- a/src/lib/util/chdcd.h
+++ b/src/lib/util/chdcd.h
@@ -19,9 +19,9 @@ struct chdcd_track_input_entry
chdcd_track_input_entry() { reset(); }
void reset() { fname.reset(); offset = idx0offs = idx1offs = 0; swap = false; }
- astring fname; // filename for each track
- UINT32 offset; // offset in the data file for each track
- bool swap; // data needs to be byte swapped
+ astring fname; // filename for each track
+ UINT32 offset; // offset in the data file for each track
+ bool swap; // data needs to be byte swapped
UINT32 idx0offs;
UINT32 idx1offs;
};
@@ -36,4 +36,4 @@ struct chdcd_track_input_info
chd_error chdcd_parse_toc(const char *tocfname, cdrom_toc &outtoc, chdcd_track_input_info &outinfo);
-#endif /* __CHDCD_H__ */
+#endif /* __CHDCD_H__ */