diff options
author | pranomostro <pranomostro@posteo.net> | 2017-05-15 12:01:34 +0200 |
---|---|---|
committer | pranomostro <pranomostro@posteo.net> | 2017-05-15 12:01:34 +0200 |
commit | 698031f5c14eca773889fdefb72b88a24f66c2c4 (patch) | |
tree | 78dd5bf96c6e66f18cf6231f5e9cbe1908d649bd /ratox.c | |
parent | 3d61fc77055ec3d8566e19986df37cea15f9ecbd (diff) |
Fix indentation mistake.
Diffstat (limited to 'ratox.c')
-rw-r--r-- | ratox.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2310,7 +2310,7 @@ toxshutdown(void) if (gslots[s].fd[m] != -1) close(gslots[s].fd[m]); } - } + } rmdir(gslots[s].name); } unlink("id"); |