diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2009-11-04 20:59:22 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2009-11-04 20:59:22 +0000 |
commit | ea8c8c5f33e0dcbf563dc54615a6c172aea70518 (patch) | |
tree | 85bcc8b94ea0536bf56ca994f56b8ed69ec67431 /tmux.c | |
parent | abf3a5d50ec4003f58f460cc9ab3c00671c920f8 (diff) | |
download | rtmux-ea8c8c5f33e0dcbf563dc54615a6c172aea70518.tar.gz rtmux-ea8c8c5f33e0dcbf563dc54615a6c172aea70518.tar.bz2 rtmux-ea8c8c5f33e0dcbf563dc54615a6c172aea70518.zip |
A couple of minor cosmetic changes.
Diffstat (limited to 'tmux.c')
-rw-r--r-- | tmux.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -504,7 +504,6 @@ main(int argc, char **argv) client_main(); /* doesn't return */ } - void main_set_signals(void) { |