ratox

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

commit 698031f5c14eca773889fdefb72b88a24f66c2c4
parent 3d61fc77055ec3d8566e19986df37cea15f9ecbd
Author: pranomostro <pranomostro@posteo.net>
Date:   Mon, 15 May 2017 12:01:34 +0200

Fix indentation mistake.

Diffstat:
Mratox.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ratox.c b/ratox.c @@ -2310,7 +2310,7 @@ toxshutdown(void) if (gslots[s].fd[m] != -1) close(gslots[s].fd[m]); } - } + } rmdir(gslots[s].name); } unlink("id");