mirror of
https://github.com/tmux/tmux.git
synced 2025-03-13 21:58:48 +00:00
Sync nit.
This commit is contained in:
parent
cd0f22b96e
commit
10b73b7a11
6
server.c
6
server.c
@ -1,4 +1,4 @@
|
|||||||
/* $Id: server.c,v 1.237 2010-04-05 05:11:44 micahcowan Exp $ */
|
/* $Id: server.c,v 1.238 2010-04-06 22:08:10 nicm Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||||
@ -113,8 +113,8 @@ int
|
|||||||
server_start(char *path)
|
server_start(char *path)
|
||||||
{
|
{
|
||||||
struct window_pane *wp;
|
struct window_pane *wp;
|
||||||
int pair[2];
|
int pair[2];
|
||||||
char *cause;
|
char rpathbuf[MAXPATHLEN], *cause;
|
||||||
struct timeval tv;
|
struct timeval tv;
|
||||||
u_int i;
|
u_int i;
|
||||||
#ifdef HAVE_SETPROCTITLE
|
#ifdef HAVE_SETPROCTITLE
|
||||||
|
Loading…
Reference in New Issue
Block a user