From 80dda2e18cd5499334307165332f7507cebda6b0 Mon Sep 17 00:00:00 2001 From: Ompronce <88358700+Ompronce@users.noreply.github.com> Date: Wed, 19 Jan 2022 20:10:39 -0400 Subject: [PATCH] Corrected spacing --- src/sound/snd_adlibgold.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/sound/snd_adlibgold.c b/src/sound/snd_adlibgold.c index 4c2938aa2..ddbdca8f7 100644 --- a/src/sound/snd_adlibgold.c +++ b/src/sound/snd_adlibgold.c @@ -939,12 +939,12 @@ static const device_config_t adgold_config[] = { "gameport", "Enable Game port", CONFIG_BINARY, "", 1 }, - { + { "surround", "Surround module", CONFIG_BINARY, "", 1 - }, - { + }, + { "receive_input", "Receive input (MIDI)", CONFIG_BINARY, "", 1 - }, + }, { "", "", -1 }