Skip to content

Commit

Permalink
remove { }
Browse files Browse the repository at this point in the history
  • Loading branch information
classicrocker883 committed Jan 5, 2024
1 parent b631b48 commit b9f104d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/lcd/e3v2/proui/dwin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1470,7 +1470,7 @@ bool idIsPopUp(const uint8_t id) { // If ID is popup...
void hmiSaveProcessID(const uint8_t id) {
if (checkkey == id) return;
if (!idIsPopUp(id)) last_checkkey = checkkey; // If previous is not a popup
else if (checkkey == ID_PlotProcess) { hmiReturnScreen(); }
else if (checkkey == ID_PlotProcess) hmiReturnScreen();
checkkey = id;
switch (id) {
case ID_Popup:
Expand Down

0 comments on commit b9f104d

Please sign in to comment.