Version 0.16.5.1

Small changes after using cppcheck
This commit is contained in:
Nikolaj Schlej 2014-01-24 13:29:21 +01:00
parent f65bebb398
commit 6c96a243d3
5 changed files with 5 additions and 6 deletions

View file

@ -2078,7 +2078,7 @@ void LzmaEnc_Finish(CLzmaEncHandle pp)
if (p->mtMode)
MatchFinderMt_ReleaseStream(&p->matchFinderMt);
#else
pp = pp;
//pp = pp;
#endif
}