tFix indentation mistake. - ratox - FIFO based tox client
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 698031f5c14eca773889fdefb72b88a24f66c2c4
(DIR) parent 3d61fc77055ec3d8566e19986df37cea15f9ecbd
(HTM) Author: pranomostro <pranomostro@posteo.net>
Date: Mon, 15 May 2017 12:01:34 +0200
Fix indentation mistake.
Diffstat:
M ratox.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/ratox.c b/ratox.c
t@@ -2310,7 +2310,7 @@ toxshutdown(void)
if (gslots[s].fd[m] != -1)
close(gslots[s].fd[m]);
}
- }
+ }
rmdir(gslots[s].name);
}
unlink("id");