From d556675a2924a4ba55014d48d813c593c31f7596 Mon Sep 17 00:00:00 2001 From: yura Date: Mon, 6 Nov 2006 17:11:02 +0000 Subject: [PATCH] Fix typo and build with disabled error handling --- libntfs/mft.c | 2 -- libntfs/misc.c | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/libntfs/mft.c b/libntfs/mft.c index b2572d9b..67b720e9 100644 --- a/libntfs/mft.c +++ b/libntfs/mft.c @@ -386,9 +386,7 @@ int ntfs_mft_record_format(const ntfs_volume *vol, const MFT_REF mref) return 0; } -#ifndef NTFS_DISABLE_DEBUG_LOGGING static const char *es = " Leaving inconsistent metadata. Run chkdsk."; -#endif /** * ntfs_ffz - Find the first unset (zero) bit in a word diff --git a/libntfs/misc.c b/libntfs/misc.c index b709d305..5cdf2da4 100644 --- a/libntfs/misc.c +++ b/libntfs/misc.c @@ -1,5 +1,5 @@ /** - * mft.c - Miscellaneous functions. Part of the Linux-NTFS project. + * misc.c - Miscellaneous functions. Part of the Linux-NTFS project. * * Copyright (c) 2006 Szabolcs Szakacsits *