Browse Source

Minor code cleanup

Scott Lahteine 6 years ago
parent
commit
afe79ba22b
1 changed files with 2 additions and 4 deletions
  1. 2
    4
      Marlin/src/feature/pause.cpp

+ 2
- 4
Marlin/src/feature/pause.cpp View File

232
       #endif
232
       #endif
233
 
233
 
234
       // Keep looping if "Purge More" was selected
234
       // Keep looping if "Purge More" was selected
235
-    } while (
235
+    } while (false
236
       #if HAS_LCD_MENU
236
       #if HAS_LCD_MENU
237
-        show_lcd && advanced_pause_menu_response == ADVANCED_PAUSE_RESPONSE_EXTRUDE_MORE
238
-      #else
239
-        0
237
+        && show_lcd && advanced_pause_menu_response == ADVANCED_PAUSE_RESPONSE_EXTRUDE_MORE
240
       #endif
238
       #endif
241
     );
239
     );
242
 
240
 

Loading…
Cancel
Save