Fix misplaced tag in CMI decoder.

This commit is contained in:
2025-08-20 03:18:54 +01:00
parent b430fb638e
commit 0a762c269f

View File

@@ -161,11 +161,12 @@ public static class CSS_CPRM
if((decoded.RegionMask & 0x80) != 0x80) sb.Append(" 8"); if((decoded.RegionMask & 0x80) != 0x80) sb.Append(" 8");
sb.AppendLine("[/]");
break; break;
} }
} }
sb.AppendLine("[/]");
switch(decoded.RPCScheme) switch(decoded.RPCScheme)
{ {