mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
🐛Fix spurious break.
This commit is contained in:
@@ -431,9 +431,6 @@ namespace DiscImageChef.DiscImages
|
||||
case CHUNK_TYPE_KENCODE:
|
||||
throw new
|
||||
ImageNotSupportedException("Chunks compressed with KenCode are not yet supported.");
|
||||
case CHUNK_TYPE_RLE:
|
||||
throw new
|
||||
ImageNotSupportedException("Chunks compressed with RLE are not yet supported.");
|
||||
case CHUNK_TYPE_LZH:
|
||||
throw new
|
||||
ImageNotSupportedException("Chunks compressed with LZH are not yet supported.");
|
||||
|
||||
Reference in New Issue
Block a user