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) { if (got_bs) {
goto end; goto end;
} }
// FALLTHROUGH
default: default:
if (c == Ctrl_BSL && !got_bs) { if (c == Ctrl_BSL && !got_bs) {