--- compat/getopt.c | 2 +- layout-set.c | 2 +- tmux.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/compat/getopt.c b/compat/getopt.c index 38c317c..2a60b14 100644 --- a/compat/getopt.c +++ b/compat/getopt.c @@ -107,7 +107,7 @@ BSDgetopt(int nargc, char *const *nargv, const char *ostr) __progname, BSDoptopt); return (BADCH); } - else /* white space */ + else /* white space */ BSDoptarg = nargv[BSDoptind]; place = EMSG; ++BSDoptind; diff --git a/layout-set.c b/layout-set.c index 646528b..15fe5a6 100644 --- a/layout-set.c +++ b/layout-set.c @@ -35,7 +35,7 @@ void layout_set_tiled(struct window *); const struct { const char *name; - void (*arrange)(struct window *); + void (*arrange)(struct window *); } layout_sets[] = { { "even-horizontal", layout_set_even_h }, { "even-vertical", layout_set_even_v }, diff --git a/tmux.c b/tmux.c index 8ea91eb..feda59e 100644 --- a/tmux.c +++ b/tmux.c @@ -51,7 +51,7 @@ pid_t environ_pid = -1; int environ_session_id = -1; __dead void usage(void); -void parseenvironment(void); +void parseenvironment(void); char *makesocketpath(const char *); #ifndef HAVE___PROGNAME -- 1.8.1.4 ------------------------------------------------------------------------------ Minimize network downtime and maximize team effectiveness. Reduce network management and security costs.Learn how to hire the most talented Cisco Certified professionals. Visit the Employer Resources Portal http://www.cisco.com/web/learning/employer_resources/index.html _______________________________________________ tmux-users mailing list tmux-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tmux-users