Added a forgotten semicolon.

This commit is contained in:
OBattler
2023-07-21 14:56:35 +02:00
parent f266d87524
commit 223ec09168

View File

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