From 223ec091686ba4c16a2c6ea8a9e4ca288187fff9 Mon Sep 17 00:00:00 2001 From: OBattler Date: Fri, 21 Jul 2023 14:56:35 +0200 Subject: [PATCH] Added a forgotten semicolon. --- src/sound/snd_wss.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sound/snd_wss.c b/src/sound/snd_wss.c index d82e5e6f9..576a4f182 100644 --- a/src/sound/snd_wss.c +++ b/src/sound/snd_wss.c @@ -79,7 +79,7 @@ static void wss_get_buffer(int32_t *buffer, int len, void *priv) { wss_t *wss = (wss_t *) priv; - int32_t *opl_buf + int32_t *opl_buf; if (wss->opl_enabled) opl_buf = wss->opl.update(wss->opl.priv);