Sync OpenBSD patchset 492:

A couple of minor cosmetic changes.
This commit is contained in:
Tiago Cunha
2009-11-08 22:53:13 +00:00
parent e41055c5aa
commit 5116aaa51a
2 changed files with 3 additions and 4 deletions

3
tmux.c
View File

@ -1,4 +1,4 @@
/* $Id: tmux.c,v 1.185 2009-11-08 22:40:36 tcunha Exp $ */
/* $Id: tmux.c,v 1.186 2009-11-08 22:53:13 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@ -507,7 +507,6 @@ main(int argc, char **argv)
client_main(); /* doesn't return */
}
void
main_set_signals(void)
{