Browse Source

Remove extraneous ;

Scott Lahteine 9 years ago
parent
commit
7295640f44
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/ultralcd.h

+ 1
- 1
Marlin/ultralcd.h View File

@@ -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…
Cancel
Save