Fixed a typo.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6329 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -565,7 +565,7 @@ do_rmall(int argc, char **argv)
|
|||||||
if (err != 0) {
|
if (err != 0) {
|
||||||
printf("readdir failed on: %s\n", dent->d_name);
|
printf("readdir failed on: %s\n", dent->d_name);
|
||||||
}
|
}
|
||||||
printf("%ld files removed!n",count);
|
printf("%ld files removed!\n", count);
|
||||||
|
|
||||||
sys_closedir(1, dirfd);
|
sys_closedir(1, dirfd);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user