remove space

This commit is contained in:
Andrew 2025-09-12 07:29:26 -04:00
parent 65f4565b04
commit aae983e027

View file

@ -38,7 +38,7 @@
#include "game/game.h"
#endif
#define VALUE_ITEM(MSG, VALUE, STYL) do{ char msg[22]; strcpy_P(msg, PSTR(": ")); strcpy(msg + 2, VALUE); STATIC_ITEM(MSG, STYL, msg); }while(0)
#define VALUE_ITEM(MSG, VALUE, STYL) do{ char msg[22]; strcpy_P(msg, PSTR(": ")); strcpy(msg + 2, VALUE); STATIC_ITEM(MSG, STYL, msg); }while(0)
#if ENABLED(PRINTCOUNTER)