Skip to content

Commit

Permalink
Update src/iocmme.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Hankinson <[email protected]>
  • Loading branch information
lpugin and ahankinson authored Nov 14, 2024
1 parent 7740bae commit fc476b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iocmme.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ void CmmeInput::ReadEvents(pugi::xml_node eventsNode)
}
}
else if (name == "ColorChange") {
CreateColorchange(eventNode);
CreateColorChange(eventNode);
}
else if (name == "Custos") {
CreateCustos(eventNode);
Expand Down

0 comments on commit fc476b6

Please sign in to comment.