Fixed misaligned slash on gbi.h

This commit is contained in:
KiritoDev 2022-04-25 15:16:18 -05:00
commit c61186517a

View file

@ -2831,7 +2831,7 @@ _DW({ \
{ \
Gfx *_g = (Gfx *)(pkt); \
\
_g->words.w0 = _SHIFTL(G_SETGRAYSCALE, 24, 8); \
_g->words.w0 = _SHIFTL(G_SETGRAYSCALE, 24, 8); \
_g->words.w1 = state; \
}