Browse Source

Fix DWIN typo

Scott Lahteine 4 years ago
parent
commit
031f308d39
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/lcd/dwin/dwin.cpp

+ 1
- 1
Marlin/src/lcd/dwin/dwin.cpp View File

@@ -2743,7 +2743,7 @@ void HMI_Info(void) {
2743 2743
     #if HAS_LEVELING
2744 2744
       checkkey = Control;
2745 2745
       select_control.set(CONTROL_ITEMS);
2746
-      Draw_Control_Menu()
2746
+      Draw_Control_Menu();
2747 2747
     #else
2748 2748
       select_page.set(3);
2749 2749
       Goto_MainMenu();

Loading…
Cancel
Save