Преглед изворни кода

Add null statement after goto label to pacify CI

Fixes: #568
pull/571/head
Ahmad Fatoum пре 7 година
родитељ
комит
7f040009ee
No known key found for this signature in database GPG Key ID: C3EAC3DE9321D59B
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      src/external/mini_al.h

+ 1
- 1
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.

Loading…
Откажи
Сачувај