summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/audio/spchroms.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/audio/spchroms.h')
-rw-r--r--src/mess/audio/spchroms.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/audio/spchroms.h b/src/mess/audio/spchroms.h
index c10ce25ee04..453dc9825fd 100644
--- a/src/mess/audio/spchroms.h
+++ b/src/mess/audio/spchroms.h
@@ -1,7 +1,7 @@
#ifndef __SPCHROMS_H
#define __SPCHROMS_H
-struct spchroms_interface
+struct spchroms_interface
{
const char *memory_region; /* memory region where the speech ROM is. NULL means no speech ROM */
};