mirror of
https://github.com/Ap0dexMe0/unixtract.git
synced 2026-07-16 05:04:22 +02:00
+ cleanup
This commit is contained in:
@@ -40,7 +40,7 @@ pub fn is_cmpr(data: &[u8], size: u32) -> bool {
|
||||
|
||||
if count > size || data_size > size {return false};
|
||||
|
||||
return (size - 0x20 - (count*12) - 12) == data_size;
|
||||
(size - 0x20 - (count*12) - 12) == data_size
|
||||
}
|
||||
|
||||
//image rom
|
||||
|
||||
Reference in New Issue
Block a user