MP3File: whitespace

This commit is contained in:
Jeff Epler 2019-12-23 09:36:50 -06:00
parent 02154caf24
commit 00628a7ddd
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ STATIC bool mp3file_get_next_frame_info(audiomp3_mp3file_obj_t* self, MP3FrameIn
do {
err = MP3GetNextFrameInfo(self->decoder, fi, READ_PTR(self));
if (err == ERR_MP3_NONE) {
break;
break;
}
CONSUME(self, 1);
mp3file_find_sync_word(self);