From 37c3740aff9a1d0d0b5e393c2f5a78f3e2dcf134 Mon Sep 17 00:00:00 2001 From: jpandre Date: Wed, 25 Nov 2009 14:19:38 +0000 Subject: [PATCH] Made a function static to avoid a compiler warning --- libntfs-3g/runlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libntfs-3g/runlist.c b/libntfs-3g/runlist.c index f81996bd..bc959313 100644 --- a/libntfs-3g/runlist.c +++ b/libntfs-3g/runlist.c @@ -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 * 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) { VCN vcn; /* Current vcn. */