Add null statement after goto label to pacify CI

Fixes: #568
This commit is contained in:
Ahmad Fatoum 2018-07-06 02:30:38 +02:00
parent 0ab3d85aa0
commit 7f040009ee
No known key found for this signature in database
GPG Key ID: C3EAC3DE9321D59B

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.