Skip to content

Commit

Permalink
Fix broken #endif
Browse files Browse the repository at this point in the history
  • Loading branch information
ellensp authored Apr 17, 2024
1 parent 6600568 commit 12a5426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/lcd/e3v2/creality/dwin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -858,7 +858,7 @@ void drawControlMenu() {
itemAreaCopy(117, 104, 172, 116, CSCROL(CONTROL_CASE_SAVE)); // "Store Configuration"
itemAreaCopy(174, 103, 229, 116, CSCROL(CONTROL_CASE_LOAD)); // "Read Configuration"
itemAreaCopy( 1, 118, 56, 131, CSCROL(CONTROL_CASE_RESET)); // "Reset Configuration"
#endi
#endif
}
else {
#ifdef USE_STRING_TITLES
Expand Down

0 comments on commit 12a5426

Please sign in to comment.