fix compiler warning

Origin commit data
------------------
Branch: master
Commit: e5800a9b21
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2021-10-02 (Sat, 02 Oct 2021)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
BPanther
2021-10-02 22:27:44 +02:00
committed by vanhofen
parent ef33b83674
commit fadbf018a5

View File

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