Fix typo.

(Logical change 1.539)
edge.strict_endians
cantab.net!aia21 2004-09-09 13:56:46 +00:00
parent 1bc8af5747
commit e1249adc6c
1 changed files with 2 additions and 2 deletions

View File

@ -429,7 +429,7 @@ runlist *ntfs_cluster_alloc(ntfs_volume *vol, s64 count, LCN start_lcn,
if (rl)
free(rl);
free(buf);
NTFS_BUG("switch(search_zone)");
NTFS_BUG("switch(search_zone) 1");
return NULL;
}
Dprintf("%s(): Going to done_ret.\n",
@ -490,7 +490,7 @@ zone_pass_done: /* Finished with the current zone pass. */
zone_start = 0;
break;
default:
NTFS_BUG("switch(search_zone), 2");
NTFS_BUG("switch(search_zone) 2");
}
/* Sanity check. */
if (zone_end < zone_start)