Fix multi string literal typo.

(Logical change 1.127)
edge.strict_endians
cantab.net!aia21 2003-03-14 00:48:50 +00:00
parent abe2990069
commit 958a75b6cd
1 changed files with 2 additions and 2 deletions

View File

@ -101,8 +101,8 @@ runlist *ntfs_cluster_alloc(ntfs_volume *vol, s64 count, LCN start_lcn,
int err = 0, rlpos, rlsize, buf_size;
u8 pass, done_zones, search_zone, need_writeback, bit;
Dprintf("%s(): Entering with count = 0x%Lx, start_lcn = 0x%Lx,
zone = %s_ZONE.\n", __FUNCTION__, (long long)count,
Dprintf("%s(): Entering with count = 0x%Lx, start_lcn = 0x%Lx, "
"zone = %s_ZONE.\n", __FUNCTION__, (long long)count,
(long long)start_lcn,
zone == MFT_ZONE ? "MFT" : "DATA");
if (!vol || count < 0 || start_lcn < -1 || !vol->lcnbmp_na ||