diff options
Diffstat (limited to 'src/lib/util/harddisk.c')
-rw-r--r-- | src/lib/util/harddisk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util/harddisk.c b/src/lib/util/harddisk.c index 0aa1cf32178..128b5372db3 100644 --- a/src/lib/util/harddisk.c +++ b/src/lib/util/harddisk.c @@ -48,7 +48,7 @@ struct _hard_disk_file { chd_file * chd; /* CHD file */ - hard_disk_info info; /* hard disk info */ + hard_disk_info info; /* hard disk info */ UINT32 hunksectors; /* sectors per hunk */ UINT32 cachehunk; /* which hunk is cached */ UINT8 * cache; /* cache of the current hunk */ |