summaryrefslogtreecommitdiff
path: root/ratox.c
diff options
context:
space:
mode:
authorpranomostro <pranomostro@posteo.net>2017-05-15 12:01:34 +0200
committerpranomostro <pranomostro@posteo.net>2017-05-15 12:01:34 +0200
commit698031f5c14eca773889fdefb72b88a24f66c2c4 (patch)
tree78dd5bf96c6e66f18cf6231f5e9cbe1908d649bd /ratox.c
parent3d61fc77055ec3d8566e19986df37cea15f9ecbd (diff)
Fix indentation mistake.
Diffstat (limited to 'ratox.c')
-rw-r--r--ratox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ratox.c b/ratox.c
index 047eb7c..f7365f5 100644
--- 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");