Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Apeng7364 committed Oct 23, 2024
1 parent 4d6a543 commit c312fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LazyIDA.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ def finish_populating_widget_popup(self, form, popup):
if idaapi.IDA_SDK_VERSION >= 900:
dump_type = idaapi.BWN_HEXVIEW
else:
dump_dump_typeattr = idaapi.BWN_DUMP
dump_type = idaapi.BWN_DUMP

if form_type == idaapi.BWN_DISASM or form_type == dump_type:
t0, t1, view = idaapi.twinpos_t(), idaapi.twinpos_t(), idaapi.get_current_viewer()
Expand Down

0 comments on commit c312fff

Please sign in to comment.