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);