diff options
Diffstat (limited to 'hw/adlib.c')
-rw-r--r-- | hw/adlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/adlib.c b/hw/adlib.c index 7a9c2e7f5c..3c1436032d 100644 --- a/hw/adlib.c +++ b/hw/adlib.c @@ -280,7 +280,7 @@ static void Adlib_fini (AdlibState *s) int Adlib_init (AudioState *audio, qemu_irq *pic) { AdlibState *s = &glob_adlib; - audsettings_t as; + struct audsettings as; if (!audio) { dolog ("No audio state\n"); |