coverity/108870: Missing break in switch

This commit is contained in:
Michael Reed
2015-04-10 22:12:29 -04:00
parent e584fe0057
commit 98f976b861

View File

@@ -383,6 +383,7 @@ void terminal_enter(bool process_deferred)
if (got_bs) {
goto end;
}
// FALLTHROUGH
default:
if (c == Ctrl_BSL && !got_bs) {