aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/mds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mds.c b/src/mds.c
index 8387162..70a841e 100644
--- a/src/mds.c
+++ b/src/mds.c
@@ -255,7 +255,7 @@ int main(int argc_, char** argv_)
MDS_RUNTIME_ROOT_DIRECTORY, display);
unlink(pathname);
- /* Remove directories */
+ /* Remove directories. */
rmdir(MDS_RUNTIME_ROOT_DIRECTORY); /* Do not care if it fails, it is probably used by another display. */
rmdir(MDS_STORAGE_ROOT_DIRECTORY); /* Do not care if it fails, it is probably used by another display. */
snprintf(pathname, sizeof(pathname) / sizeof(char),