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
@@ -50,7 +50,7 @@ PackTmt::PackTmt(InputFile *f) : super(f)
const int *PackTmt::getCompressionMethods(int method, int level) const
{
return Packer::getDefaultCompressionMethods_LE32(method, level);
return Packer::getDefaultCompressionMethods_le32(method, level);
}