diff options
author | 2014-09-01 21:50:18 +0000 | |
---|---|---|
committer | 2014-09-01 21:50:18 +0000 | |
commit | c6cf1eff52e0050059f665505906ad45f74f9186 (patch) | |
tree | 6e61e713891907a60157df7dab12292d3a3ffb40 /usr.bin/tmux/cmd-list.c | |
parent | Close fd if fdopen fails (diff) | |
download | wireguard-openbsd-c6cf1eff52e0050059f665505906ad45f74f9186.tar.xz wireguard-openbsd-c6cf1eff52e0050059f665505906ad45f74f9186.zip |
Various minor style and spacing nits.
Diffstat (limited to 'usr.bin/tmux/cmd-list.c')
-rw-r--r-- | usr.bin/tmux/cmd-list.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tmux/cmd-list.c b/usr.bin/tmux/cmd-list.c index 5295840a050..66eaeef1410 100644 --- a/usr.bin/tmux/cmd-list.c +++ b/usr.bin/tmux/cmd-list.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cmd-list.c,v 1.13 2014/04/11 19:35:54 nicm Exp $ */ +/* $OpenBSD: cmd-list.c,v 1.14 2014/09/01 21:50:18 nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net> @@ -24,7 +24,7 @@ #include "tmux.h" struct cmd_list * -cmd_list_parse(int argc, char **argv, const char* file, u_int line, +cmd_list_parse(int argc, char **argv, const char *file, u_int line, char **cause) { struct cmd_list *cmdlist; |