summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video/s2636.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/video/s2636.c')
-rw-r--r--src/emu/video/s2636.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/video/s2636.c b/src/emu/video/s2636.c
index c12450a2ff2..4f9b43f5135 100644
--- a/src/emu/video/s2636.c
+++ b/src/emu/video/s2636.c
@@ -96,7 +96,7 @@ static const int sprite_offsets[4] = { 0x00, 0x10, 0x20, 0x40 };
*************************************/
typedef struct _s2636_state s2636_state;
-struct _s2636_state
+struct _s2636_state
{
UINT8 *work_ram;
int work_ram_size;