summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/snk6502.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/snk6502.c')
-rw-r--r--src/mame/audio/snk6502.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/snk6502.c b/src/mame/audio/snk6502.c
index 0e32bf2a3fe..7b26bce34dc 100644
--- a/src/mame/audio/snk6502.c
+++ b/src/mame/audio/snk6502.c
@@ -29,7 +29,7 @@
#define FRAC_ONE (1 << FRAC_BITS)
#define FRAC_MASK (FRAC_ONE - 1)
-struct TONE
+struct TONE
{
int mute;
int offset;