From bca73244f0574aec554e494008e4767388c6a50c Mon Sep 17 00:00:00 2001 From: Andrew Alderwick Date: Thu, 17 Mar 2022 18:29:44 +0000 Subject: [PATCH] Minor fix to audio.c. --- src/devices/audio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/audio.c b/src/devices/audio.c index 8303154..ea06fd9 100644 --- a/src/devices/audio.c +++ b/src/devices/audio.c @@ -31,7 +31,7 @@ static Uint32 advances[12] = { 0xb504f, 0xbfc88, 0xcb2ff, 0xd7450, 0xe411f, 0xf1a1c }; -UxnAudio uxn_audio[POLYPHONY]; +static UxnAudio uxn_audio[POLYPHONY]; /* clang-format on */