typo

(Logical change 1.172)
edge.strict_endians
flatcap.org!flatcap 2003-08-12 10:17:18 +00:00
parent e9ccaa1a31
commit 515eab7cfb
1 changed files with 3 additions and 2 deletions

View File

@ -247,10 +247,11 @@ int cluster_find (ntfs_volume *vol, LCN s_begin, LCN s_end)
if (!in_use) {
if (s_begin == s_end)
printf ("clusters isn't in use\n");
printf ("cluster isn't in use\n");
else
printf ("clusters aren't in use\n");
return 0;
result = 0;
goto free;
}
// first, is the cluster in use in $Bitmap?