librz/bin/omf: fix build warning (#6341)

This commit is contained in:
Rot127 2026-05-12 16:47:23 +00:00 committed by GitHub
parent b09bdf2242
commit 1750cc27fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -148,6 +148,7 @@ RZ_API const char *name_of_ti(const rz_bin_omf166_obj *obj, const ut16 ti_index)
}
}
rz_warn_if_reached();
return NULL;
}
const char *name_of_iTyp(ut8 iTyp) {