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; txmessage.length = 3;
if (!standby) if (!standby)
SendCECMessage(txmessage); SendCECMessage(txmessage);
break;
} }
case CEC_OPCODE_REPORT_AUDIO_STATUS: case CEC_OPCODE_REPORT_AUDIO_STATUS:
{ {