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 *