summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/custom.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/custom.c')
-rw-r--r--src/emu/sound/custom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/custom.c b/src/emu/sound/custom.c
index d54c42616c4..3384da40cb0 100644
--- a/src/emu/sound/custom.c
+++ b/src/emu/sound/custom.c
@@ -4,7 +4,7 @@
struct custom_info
{
- const struct CustomSound_interface *intf;
+ const custom_sound_interface *intf;
void * token;
};