diff options
Diffstat (limited to 'src/code/audio_load.c')
| -rw-r--r-- | src/code/audio_load.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/audio_load.c b/src/code/audio_load.c index 846ca1a48..00a246feb 100644 --- a/src/code/audio_load.c +++ b/src/code/audio_load.c @@ -1844,7 +1844,7 @@ s32 AudioLoad_ProcessSamplePreloads(s32 resetStatus) { // Pop requests with isFree = true off the stack, as far as possible, // and dispatch the next DMA. - for (;;) { + while (true) { if (gAudioContext.preloadSampleStackTop <= 0) { break; } |
