Skip to content

Commit

Permalink
Always return
Browse files Browse the repository at this point in the history
  • Loading branch information
mahaloz committed Aug 5, 2024
1 parent 7e734d2 commit b553a90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libbs/api/decompiler_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -810,6 +810,7 @@ def _find_ghidra_type_name_in_types(self, type_name: str) -> Struct | Enum | Typ
normalized_name = name.split("/")[-1]
if normalized_name == type_name:
return type_
return None


@staticmethod
Expand Down

0 comments on commit b553a90

Please sign in to comment.