Browse Source

Merge pull request #4349 from jbrazio/gcc-bark-bark

Removes some minor GCC warnings
Scott Lahteine 8 years ago
parent
commit
6c899bb520
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Marlin_main.cpp

+ 1
- 1
Marlin/Marlin_main.cpp View File

@@ -4420,7 +4420,7 @@ inline void gcode_M76() { print_job_timer.pause(); }
4420 4420
 inline void gcode_M77() { print_job_timer.stop(); }
4421 4421
 
4422 4422
 #if ENABLED(PRINTCOUNTER)
4423
-  /*+
4423
+  /**
4424 4424
    * M78: Show print statistics
4425 4425
    */
4426 4426
   inline void gcode_M78() {

Loading…
Cancel
Save