(Apple) Buildfix
This commit is contained in:
parent
0f8f871581
commit
f07fd91a88
|
@ -635,7 +635,7 @@ static enum frontend_powerstate frontend_darwin_get_powerstate(
|
||||||
*percent = -1;
|
*percent = -1;
|
||||||
|
|
||||||
if (!blob)
|
if (!blob)
|
||||||
return FRONTEND_POWERSTATE_NONE
|
return FRONTEND_POWERSTATE_NONE;
|
||||||
|
|
||||||
if (!(list = IOPSCopyPowerSourcesList(blob)))
|
if (!(list = IOPSCopyPowerSourcesList(blob)))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue