fix compiler warning

This commit is contained in:
BPanther
2021-10-03 15:43:01 +02:00
committed by Thilo Graf
parent 86918294a5
commit 4485dedecc

View File

@@ -674,6 +674,7 @@ void hdmi_cec::Receive(int what)
txmessage.length = 3;
if (!standby)
SendCECMessage(txmessage);
break;
}
case CEC_OPCODE_REPORT_AUDIO_STATUS:
{