Browse Source

Add null statement after goto label to pacify CI

Fixes: #568
pull/571/head
Ahmad Fatoum 6 years ago
parent
commit
7f040009ee
No known key found for this signature in database GPG Key ID: C3EAC3DE9321D59B
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/external/mini_al.h

+ 1
- 1
src/external/mini_al.h View File

@ -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.

Loading…
Cancel
Save