diff options
author | nicm <nicm> | 2014-09-01 21:50:18 +0000 |
---|---|---|
committer | nicm <nicm> | 2014-09-01 21:50:18 +0000 |
commit | 4e956d545a52fe6b8310cfb30a26a89976d55cd9 (patch) | |
tree | 844bd6314773b818cfaa7158a7b9e58347f30085 /tmux.h | |
parent | e07519804957d5c41aa70e7f1132e29fe5f84862 (diff) | |
download | rtmux-4e956d545a52fe6b8310cfb30a26a89976d55cd9.tar.gz rtmux-4e956d545a52fe6b8310cfb30a26a89976d55cd9.tar.bz2 rtmux-4e956d545a52fe6b8310cfb30a26a89976d55cd9.zip |
Various minor style and spacing nits.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2325,7 +2325,7 @@ void set_signals(void(*)(int, short, void *)); void clear_signals(int); /* control.c */ -void control_callback(struct client *, int, void*); +void control_callback(struct client *, int, void *); void printflike2 control_write(struct client *, const char *, ...); void control_write_buffer(struct client *, struct evbuffer *); |