Skip to content

Commit

Permalink
Update PanelChipset.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
midwan committed May 13, 2024
1 parent f560314 commit c4954ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/osdep/gui/PanelChipset.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class ChipsetActionListener : public gcn::ActionListener
chkCycleExact->setSelected(n1);
}
}
else if (actionEvent.getSource() == chkMemoryCycleExact)
else if (actionEvent.getSource() == chkCycleExact)
{
if (n1)
{
Expand Down

0 comments on commit c4954ff

Please sign in to comment.