output: The name the "unknown" power state is "UNKNOWN"
parent
03d7f1dc6d
commit
e3238cf71d
|
@ -268,7 +268,7 @@ const char* output_power_state_name(enum output_power_state state)
|
||||||
case OUTPUT_POWER_OFF:
|
case OUTPUT_POWER_OFF:
|
||||||
return "OFF";
|
return "OFF";
|
||||||
case OUTPUT_POWER_UNKNOWN:
|
case OUTPUT_POWER_UNKNOWN:
|
||||||
return "??";
|
return "UNKNOWN";
|
||||||
}
|
}
|
||||||
abort();
|
abort();
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
Loading…
Reference in New Issue