Made a function static to avoid a compiler warning

PERMISSION_HANDLING_BRANCH
jpandre 2009-11-25 14:19:38 +00:00
parent 9b987fb923
commit 37c3740aff
1 changed files with 1 additions and 1 deletions

View File

@ -764,7 +764,7 @@ runlist_element *ntfs_runlists_merge(runlist_element *drl,
* two into one, if that is possible (we check for overlap and discard the new * two into one, if that is possible (we check for overlap and discard the new
* runlist if overlap present before returning NULL, with errno = ERANGE). * runlist if overlap present before returning NULL, with errno = ERANGE).
*/ */
runlist_element *ntfs_mapping_pairs_decompress_i(const ntfs_volume *vol, static runlist_element *ntfs_mapping_pairs_decompress_i(const ntfs_volume *vol,
const ATTR_RECORD *attr, runlist_element *old_rl) const ATTR_RECORD *attr, runlist_element *old_rl)
{ {
VCN vcn; /* Current vcn. */ VCN vcn; /* Current vcn. */