Corrected typo.

This commit is contained in:
2017-09-22 23:13:56 +01:00
parent 452f077af9
commit 3ef35c927c

View File

@@ -310,7 +310,7 @@ namespace DiscImageChef.ImagePlugins
debugFs.Dispose();
*/
return false;
return true;
}
static uint Decompress(byte[] compressed, out byte[] decompressed)