Browse Source
Add null statement after goto label to pacify CI
Fixes: #568
pull/571/head
Ahmad Fatoum
6 years ago
No known key found for this signature in database
GPG Key ID: C3EAC3DE9321D59B
1 changed files with
1 additions and
1 deletions
-
src/external/mini_al.h
|
|
@ -15075,7 +15075,7 @@ mal_result mal_context_enumerate_devices__opensl(mal_context* pContext, mal_enum |
|
|
|
goto return_default_device; |
|
|
|
#endif |
|
|
|
|
|
|
|
return_default_device: |
|
|
|
return_default_device:; |
|
|
|
mal_bool32 cbResult = MAL_TRUE; |
|
|
|
|
|
|
|
// Playback. |
|
|
|