Merge pull request #2404 from Pyrohh/coverity-108870

[RFC] coverity/108870: Missing break in switch
This commit is contained in:
Michael Reed
2015-04-11 18:05:06 -04:00

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) {