no message

This commit is contained in:
2024-04-26 19:16:38 +03:00
parent 4d629df46f
commit b17e23a93a
12 changed files with 15 additions and 29 deletions

View File

@@ -979,7 +979,7 @@ public enum PassCode_2021 {
name = "GET_MIN_MAX_BLOCK_DIST";
break;
case SPF_InsertIncludesPass:
name = "INSERT_INCLUDES"+" -includeAll";
name = "INSERT_INCLUDES -includeAll";
break;
}
return p + " " + name;