output: The name the "unknown" power state is "UNKNOWN"

pull/199/head
Andri Yngvason 2022-12-01 21:30:04 +00:00
parent 03d7f1dc6d
commit e3238cf71d
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ const char* output_power_state_name(enum output_power_state state)
case OUTPUT_POWER_OFF:
return "OFF";
case OUTPUT_POWER_UNKNOWN:
return "??";
return "UNKNOWN";
}
abort();
return NULL;