ratox

FIFO based tox client
git clone git://git.2f30.org/ratox
Log | Files | Refs | README | LICENSE

commit 29cbcf9f19f26d6bd6090957f33ae84598c2fb5a
parent 6032d2c761069a58a2d75e32fdb676ea7dd01974
Author: sin <sin@2f30.org>
Date:   Mon, 29 Sep 2014 20:13:59 +0100

BSD style def

Diffstat:
Mreadpassphrase.c | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/readpassphrase.c b/readpassphrase.c @@ -183,7 +183,8 @@ restart: return(nr == -1 ? NULL : buf); } -static void handler(int s) +static void +handler(int s) { signo[s] = 1;