Some style nits and dead assignments.

This commit is contained in:
nicm
2015-08-30 15:43:40 +00:00
parent 5047670693
commit b87dc608d9
5 changed files with 5 additions and 12 deletions

View File

@ -120,6 +120,8 @@ xterm_keys_match(const char *template, const char *buf, size_t len,
size_t pos;
int retval;
*modifiers = 0;
if (len == 0)
return (0);