fix codewarn

Signed-off-by: 木子李 <liyi263@huawei.com>
This commit is contained in:
木子李 2024-06-14 18:21:02 +08:00
parent fd70dc7653
commit 5b76e3a3da

View File

@ -1748,6 +1748,7 @@ static void GuideChannelMsgHandler(SoftBusMessage *msg)
switch (msg->what) {
case MSG_TYPE_GUIDE_CHANNEL_TRIGGER:
GuideChannelTrigger(msg);
break;
case MSG_TYPE_GUIDE_CHANNEL_SELECT:
GuideChannelSelect(msg);
break;