summaryrefslogtreecommitdiff
path: root/apps/playback.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playback.c')
-rw-r--r--apps/playback.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/playback.c b/apps/playback.c
index 5e3e4d008d..f676c6d31f 100644
--- a/apps/playback.c
+++ b/apps/playback.c
@@ -787,7 +787,7 @@ static void audio_reset_buffer_noalloc(
787 allocsize = ALIGN_UP(allocsize, sizeof (intptr_t)); 787 allocsize = ALIGN_UP(allocsize, sizeof (intptr_t));
788 if (allocsize > filebuflen) 788 if (allocsize > filebuflen)
789 goto bufpanic; 789 goto bufpanic;
790 790
791 filebuflen -= allocsize; 791 filebuflen -= allocsize;
792 792
793 /* Scratch memory */ 793 /* Scratch memory */