diff options
| author | Ahmad Fatoum <[email protected]> | 2018-07-06 02:30:38 +0200 |
|---|---|---|
| committer | Ahmad Fatoum <[email protected]> | 2018-07-06 02:30:38 +0200 |
| commit | 7f040009eed6783ec5c9b658979a29df5ccba5c6 (patch) | |
| tree | 66f40f987621980ae3f06bd3274a8ba8c8a46993 /src/external | |
| parent | 0ab3d85aa04d76f09f224927faad5b1a8a730bce (diff) | |
| download | raylib-7f040009eed6783ec5c9b658979a29df5ccba5c6.tar.gz raylib-7f040009eed6783ec5c9b658979a29df5ccba5c6.zip | |
Add null statement after goto label to pacify CI
Fixes: #568
Diffstat (limited to 'src/external')
| -rw-r--r-- | src/external/mini_al.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/external/mini_al.h b/src/external/mini_al.h index 58cf034d..a7c23d55 100644 --- a/src/external/mini_al.h +++ b/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. |
