mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Fix misplaced tag in CMI decoder.
This commit is contained in:
@@ -161,11 +161,12 @@ public static class CSS_CPRM
|
||||
|
||||
if((decoded.RegionMask & 0x80) != 0x80) sb.Append(" 8");
|
||||
|
||||
sb.AppendLine("[/]");
|
||||
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
sb.AppendLine("[/]");
|
||||
|
||||
switch(decoded.RPCScheme)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user