Browse code

Minor fix to audio.c.

Andrew Alderwick authored on 17/03/2022 18:29:44
Showing 1 changed files
... ...
@@ -31,7 +31,7 @@ static Uint32 advances[12] = {
31 31
 	0xb504f, 0xbfc88, 0xcb2ff, 0xd7450, 0xe411f, 0xf1a1c
32 32
 };
33 33
 
34
-UxnAudio uxn_audio[POLYPHONY];
34
+static UxnAudio uxn_audio[POLYPHONY];
35 35
 
36 36
 /* clang-format on */
37 37