Skip to content

Commit fd5dcfb

Browse files
committed
openslES: really fix build..
(cherry picked from commit d2ab01b)
1 parent 5806036 commit fd5dcfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/audio/openslES/SDL_openslES.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ static int openslES_CreatePCMPlayer(_THIS)
422422
switch (test_format) {
423423
case AUDIO_U8:
424424
case AUDIO_S16LSB:
425-
case AUDIO_F32LBS:
425+
case AUDIO_F32LSB:
426426
break;
427427
default:
428428
continue;

0 commit comments

Comments
 (0)