(Apple) Buildfix

This commit is contained in:
libretroadmin 2023-02-23 13:24:25 +01:00
parent 0f8f871581
commit f07fd91a88

View File

@ -635,7 +635,7 @@ static enum frontend_powerstate frontend_darwin_get_powerstate(
*percent = -1;
if (!blob)
return FRONTEND_POWERSTATE_NONE
return FRONTEND_POWERSTATE_NONE;
if (!(list = IOPSCopyPowerSourcesList(blob)))
{