diff options
author | Christophe Grenier <[email protected]> | 2008-11-16 12:53:21 +0100 |
---|---|---|
committer | Christophe Grenier <[email protected]> | 2008-11-16 12:53:21 +0100 |
commit | 07b1742903d2b483ca4afc1d39d1b644eb755e5a (patch) | |
tree | a72a91c3d25247474c5c91e5ce30a85c3e23d64d /src/ntfs_adv.c | |
parent | 8453cfff02206ad932e8ddd3c24b34aa7c42af62 (diff) |
Code cleanup after using LLVM/Clang Static Analyzer
Diffstat (limited to 'src/ntfs_adv.c')
-rw-r--r-- | src/ntfs_adv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ntfs_adv.c b/src/ntfs_adv.c index d04ec2a0..682a0e0e 100644 --- a/src/ntfs_adv.c +++ b/src/ntfs_adv.c @@ -658,7 +658,7 @@ static int testdisk_ffs(int x) r += 2; } if (!(x & 1)) { - x >>= 1; +// x >>= 1; r += 1; } return r; |