1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-11-27 22:08:02 +00:00

Replace missing backslash

This commit is contained in:
Scott Lahteine 2015-02-20 02:17:16 -08:00
parent a8939eec28
commit 430c4b6538

View File

@ -154,7 +154,7 @@ static void menu_action_setting_edit_callback_long5(const char* pstr, unsigned l
const char* _label_pstr = PSTR(label); \
if ((encoderPosition / ENCODER_STEPS_PER_MENU_ITEM) == _menuItemNr) { \
lcd_implementation_drawmenu_ ## type ## _selected (_drawLineNr, _label_pstr , ## args ); \
}
} \
else { \
lcd_implementation_drawmenu_ ## type (_drawLineNr, _label_pstr , ## args ); \
} \