Minor fix to audio.c.

This commit is contained in:
Andrew Alderwick 2022-03-17 18:29:44 +00:00
parent a3b87e021f
commit bca73244f0
1 changed files with 1 additions and 1 deletions

View File

@ -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 */