Browse Source

Comment section style correction

João Brázio 8 years ago
parent
commit
30ac0782a9
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Marlin_main.cpp

+ 1
- 1
Marlin/Marlin_main.cpp View File

@@ -4427,7 +4427,7 @@ inline void gcode_M76() { print_job_timer.pause(); }
4427 4427
 inline void gcode_M77() { print_job_timer.stop(); }
4428 4428
 
4429 4429
 #if ENABLED(PRINTCOUNTER)
4430
-  /*+
4430
+  /**
4431 4431
    * M78: Show print statistics
4432 4432
    */
4433 4433
   inline void gcode_M78() {

Loading…
Cancel
Save