diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2009-11-04 20:59:23 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2009-11-04 20:59:23 +0000 |
commit | c4951f362efa741b6aaf42f94c0cfb7073db3d9f (patch) | |
tree | 1ad98c8cfebf708d09eb8b01d27f44b114cc5ec3 /usr.bin/tmux/tmux.c | |
parent | 891ac5e256beff387c5a745dc912f221cc17024e (diff) |
A couple of minor cosmetic changes.
Diffstat (limited to 'usr.bin/tmux/tmux.c')
-rw-r--r-- | usr.bin/tmux/tmux.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/tmux/tmux.c b/usr.bin/tmux/tmux.c index caacae8a393..23d9b59ea6d 100644 --- a/usr.bin/tmux/tmux.c +++ b/usr.bin/tmux/tmux.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.c,v 1.55 2009/11/04 20:50:11 nicm Exp $ */ +/* $OpenBSD: tmux.c,v 1.56 2009/11/04 20:59:22 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -504,7 +504,6 @@ main(int argc, char **argv) client_main(); /* doesn't return */ } - void main_set_signals(void) { |