Skip to content

Commit 884ce45

Browse files
authored
Apply suggestion from @RobLoach
1 parent 231d2d4 commit 884ce45

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

audio/drivers/sdl_audio.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,6 @@ static int sdl_microphone_read(void *driver_context, void *mic_context, void *sv
319319
uint8_t *s = (uint8_t*)sv;
320320
sdl_microphone_t *sdl = (sdl_microphone_t*)driver_context;
321321
sdl_microphone_handle_t *mic = (sdl_microphone_handle_t*)mic_context;
322-
uint8_t *s = (uint8_t *)sv;
323322

324323
if (!sdl || !mic || !s)
325324
return -1;

0 commit comments

Comments
 (0)