Return 1 if name matches not 0, also fix some spaces.

This commit is contained in:
nicm
2017-06-07 15:27:46 +00:00
parent 405cc337f3
commit 356fab7bcb
4 changed files with 5 additions and 5 deletions

2
proc.c
View File

@ -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 *);