summaryrefslogtreecommitdiffstats
path: root/proc.c
diff options
context:
space:
mode:
authornicm <nicm>2017-06-07 15:27:46 +0000
committernicm <nicm>2017-06-07 15:27:46 +0000
commit356fab7bcb378d0adad487dc6898085b58d54fec (patch)
treeedbafac9815b302ba2232ab6ea9d4d42b64f6c95 /proc.c
parent405cc337f35731614b37d7279ddfc3a5dc806694 (diff)
Return 1 if name matches not 0, also fix some spaces.
Diffstat (limited to 'proc.c')
-rw-r--r--proc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proc.c b/proc.c
index 1af72fec..ea2c8a31 100644
--- a/proc.c
+++ b/proc.c
@@ -47,7 +47,7 @@ struct tmuxpeer {
#define PEER_BAD 0x1
void (*dispatchcb)(struct imsg *, void *);
- void *arg;
+ void *arg;
};
static int peer_check_version(struct tmuxpeer *, struct imsg *);