Kaydet (Commit) c24aa213 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#705247 Missing break in switch

Change-Id: Idc647ef41b3a01d89216c3fe74e3fa5af02f7525
üst f526b6bd
......@@ -466,6 +466,7 @@ namespace svt
Control::KeyInput(rEvt);
return;
}
// fall-through
default:
BrowseBox::KeyInput(rEvt);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment