diff options
author | okan | 2011-06-24 05:40:09 +0000 |
---|---|---|
committer | okan | 2011-06-24 05:40:09 +0000 |
commit | 042dd52d9a25ab335d4aad404694a0bef8b93ebd (patch) | |
tree | 05a25c2d87b03158e2b7eaf645ac0eb6d3c7e0e3 /conf.c | |
parent | 9cc5f84c650971dd1e6791e22c983221ba4aaf43 (diff) | |
download | cwm-042dd52d9a25ab335d4aad404694a0bef8b93ebd.tar.gz |
alter a few function returns and prototypes; found by lint.
ok oga@
Diffstat (limited to '')
-rw-r--r-- | conf.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $OpenBSD: conf.c,v 1.80 2011/06/24 05:30:42 okan Exp $ + * $OpenBSD: conf.c,v 1.81 2011/06/24 05:40:09 okan Exp $ */ #include <sys/param.h> @@ -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 |