diff options
| author | 2010-06-17 06:55:54 +0000 | |
|---|---|---|
| committer | 2010-06-17 06:55:54 +0000 | |
| commit | 861db1eb49e7d1734d07ae8aafce2b6fdd88fece (patch) | |
| tree | 051335a6f01bdd53ceed852c93bae1558b67ebcb /src/lib/util/cdrom.h | |
| parent | f935e05a10192675f06f4d684747d5b3036ed568 (diff) | |
Cleanups and version bump.
Diffstat (limited to 'src/lib/util/cdrom.h')
| -rw-r--r-- | src/lib/util/cdrom.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/util/cdrom.h b/src/lib/util/cdrom.h index 226f190f17a..5d9f30766b1 100644 --- a/src/lib/util/cdrom.h +++ b/src/lib/util/cdrom.h @@ -104,8 +104,8 @@ struct _cdrom_track_info UINT32 postgap; /* number of postgap frames */ UINT32 pgtype; /* type of sectors in pregap */ UINT32 pgsub; /* type of subchannel data in pregap */ - UINT32 pgdatasize; /* size of data in each sector of the pregap */ - UINT32 pgsubsize; /* size of subchannel data in each sector of the pregap */ + UINT32 pgdatasize; /* size of data in each sector of the pregap */ + UINT32 pgsubsize; /* size of subchannel data in each sector of the pregap */ /* fields used in MAME only */ UINT32 physframeofs; /* frame number on the real CD this track starts at */ |
