alter a few function returns and prototypes; found by lint.

ok oga@
This commit is contained in:
okan
2011-06-24 05:40:09 +00:00
parent 69cc58555d
commit f6fcd0eb5d
4 changed files with 10 additions and 21 deletions

1
conf.c
View File

@@ -521,7 +521,6 @@ conf_bindname(struct conf *c, char *name, char *binding)
current_binding->flags = 0;
conf_grab(c, current_binding);
TAILQ_INSERT_TAIL(&c->keybindingq, current_binding, entry);
return;
}
static void