Fix typo and build with disabled error handling

edge.strict_endians
yura 2006-11-06 17:11:02 +00:00
parent 45e3b4acd0
commit d556675a29
2 changed files with 1 additions and 3 deletions

View File

@ -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

View File

@ -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
*