uxn

Varvara Ordinator, written in ANSI C(SDL2)
git clone https://git.eamoncaddigan.net/uxn.git
Log | Files | Refs | README | LICENSE

commit bca73244f0574aec554e494008e4767388c6a50c
parent a3b87e021f63c23947bef19e45dc39c619e239df
Author: Andrew Alderwick <andrew@alderwick.co.uk>
Date:   Thu, 17 Mar 2022 18:29:44 +0000

Minor fix to audio.c.

Diffstat:
Msrc/devices/audio.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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 */