retcode -> retval for exit message.

This commit is contained in:
Nicholas Marriott
2013-10-06 00:18:00 +01:00
parent 01a4752503
commit 3fba377ddd
3 changed files with 4 additions and 3 deletions

3
tmux.h
View File

@ -1295,8 +1295,9 @@ RB_HEAD(status_out_tree, status_out);
/* Client connection. */
struct client {
struct imsgbuf ibuf;
struct event event;
int retcode;
int retval;
struct timeval creation_time;
struct timeval activity_time;