Fix typo ); -> ,

This commit is contained in:
Jeroen Ruigrok van der Werven 2001-03-24 15:25:04 +00:00
parent 8b625cb701
commit 5d0b660f2a

View File

@ -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 */