all: yet more minor updates

This commit is contained in:
Markus F.X.J. Oberhumer
2023-06-09 14:12:05 +02:00
parent db39f9c4dc
commit 19e84fea62
37 changed files with 192 additions and 164 deletions
+1 -1
View File
@@ -33,7 +33,7 @@
// compression method util
**************************************************************************/
bool Packer::isValidCompressionMethod(int method)
/*static*/ bool Packer::isValidCompressionMethod(int method)
{
if (M_IS_LZMA(method))
return true;