lint: empty else block

This commit is contained in:
Kurtis Rader
2016-11-02 14:17:26 -07:00
parent 4f4d34e664
commit e35b91d38c
2 changed files with 1 additions and 3 deletions

View File

@@ -372,7 +372,6 @@ int input_init() {
} else {
debug(0, _(L"Using fallback terminal type '%ls'"), DEFAULT_TERM);
}
} else {
}
input_terminfo_init();