We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 231d2d4 commit 884ce45Copy full SHA for 884ce45
1 file changed
audio/drivers/sdl_audio.c
@@ -319,7 +319,6 @@ static int sdl_microphone_read(void *driver_context, void *mic_context, void *sv
319
uint8_t *s = (uint8_t*)sv;
320
sdl_microphone_t *sdl = (sdl_microphone_t*)driver_context;
321
sdl_microphone_handle_t *mic = (sdl_microphone_handle_t*)mic_context;
322
- uint8_t *s = (uint8_t *)sv;
323
324
if (!sdl || !mic || !s)
325
return -1;
0 commit comments