Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
GH Action committed Sep 15, 2024
1 parent d362055 commit baeac83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sokol/c/sokol_audio.h
Original file line number Diff line number Diff line change
Expand Up @@ -2473,7 +2473,7 @@ void _saudio_backend_shutdown(void) {
#elif defined(SAUDIO_ANDROID_SLES)
_saudio_sles_backend_shutdown();
#elif defined(_SAUDIO_APPLE)
return _saudio_coreaudio_backend_shutdown();
_saudio_coreaudio_backend_shutdown();
#else
#error "unknown platform"
#endif
Expand Down

0 comments on commit baeac83

Please sign in to comment.