Cleanups.

committer: mfx <mfx> 1034942507 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2002-10-18 12:01:47 +00:00
parent 69cec874a1
commit 565360a3f2
10 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -124,7 +124,7 @@ PackW32Pe::~PackW32Pe()
const int *PackW32Pe::getCompressionMethods(int method, int level) const
{
bool small = ih.codesize + ih.datasize <= 256*1024;
return Packer::getDefaultCompressionMethods_LE32(method, level, small);
return Packer::getDefaultCompressionMethods_le32(method, level, small);
}