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 d2b4f9c commit 8eade20
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 @@ -89,7 +89,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 8eade20

Please sign in to comment.