diff --git a/libr/bin/p/bin_z64.c b/libr/bin/p/bin_z64.c index f6ff798399..e74820e9be 100644 --- a/libr/bin/p/bin_z64.c +++ b/libr/bin/p/bin_z64.c @@ -74,7 +74,7 @@ static bool check_bytes (const ut8 *buf, ut64 length) { if (length < N64_ROM_START) { return false; } - return true; + return false; } static void *load_bytes(RBinFile *bf, const ut8 *buf, ut64 sz, ut64 loadaddr, Sdb *sdb) {