diff options
author | 2009-12-28 09:04:00 +0000 | |
---|---|---|
committer | 2009-12-28 09:04:00 +0000 | |
commit | bd24fb23c10ca9fbf63e2191dc8e58a87b83b325 (patch) | |
tree | 5ba5c3cffeb38fb8f492e030130268c4bcbafb4d /src/lib/util/harddisk.c | |
parent | 6763b10bf005f0bcd1ba23e440d652b31dcac447 (diff) |
Results of running the latest srcclean.
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 */ |