Fix typo ); -> ,
This commit is contained in:
parent
8b625cb701
commit
5d0b660f2a
@ -1872,7 +1872,7 @@ sysctl_ffs_fsck(SYSCTL_HANDLER_ARGS)
|
||||
printf("%s: free %s inodes %d-%d\n",
|
||||
mp->mnt_stat.f_mntonname,
|
||||
filetype == IFDIR ? "directory" : "file",
|
||||
(ino_t)cmd.value);
|
||||
(ino_t)cmd.value,
|
||||
(ino_t)cmd.value + cmd.size - 1);
|
||||
}
|
||||
#endif /* DEBUG */
|
||||
|
Loading…
x
Reference in New Issue
Block a user