Explorar el Código

Remove extraneous ;

Scott Lahteine hace 9 años
padre
commit
7295640f44
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      Marlin/ultralcd.h

+ 1
- 1
Marlin/ultralcd.h Ver fichero

@@ -101,7 +101,7 @@
101 101
 #else //no LCD
102 102
   FORCE_INLINE void lcd_update() {}
103 103
   FORCE_INLINE void lcd_init() {}
104
-  FORCE_INLINE bool lcd_hasstatus() { return false; };
104
+  FORCE_INLINE bool lcd_hasstatus() { return false; }
105 105
   FORCE_INLINE void lcd_setstatus(const char* message, const bool persist=false) {}
106 106
   FORCE_INLINE void lcd_setstatuspgm(const char* message, const uint8_t level=0) {}
107 107
   FORCE_INLINE void lcd_buttons_update() {}

Loading…
Cancelar
Guardar