summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/audit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/audit.h')
-rw-r--r--src/emu/audit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/audit.h b/src/emu/audit.h
index 4aeda17ca9d..ede7c30efe7 100644
--- a/src/emu/audit.h
+++ b/src/emu/audit.h
@@ -84,8 +84,8 @@ struct _audit_record
const char * name; /* name of item */
UINT32 explength; /* expected length of item */
UINT32 length; /* actual length of item */
- const char * exphash; /* expected hash data */
- char hash[HASH_BUF_SIZE]; /* actual hash information */
+ const char * exphash; /* expected hash data */
+ char hash[HASH_BUF_SIZE]; /* actual hash information */
};