Skip to content

Commit a42d983

Browse files
committed
Fix minor warning
1 parent c3cc5fe commit a42d983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/huc6260.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ static const int k_huc6260_line_end[2][4] = {
145145
{ 256 + 24 + 24 + 24 - 12, 341 + 32 + 24 + 48 - 16, 512 + 48 + 24 + 96 - 24, 512 + 48 + 24 + 96 - 24 } };
146146
static const int k_huc6260_scaling_width[2] = { 1024, 1120 };
147147

148-
static uint8_t k_rgb888_palette_composite[512][3] = {
148+
static const uint8_t k_rgb888_palette_composite[512][3] = {
149149
{ 0, 0, 0}, { 0, 0, 27}, { 1, 2, 61}, { 0, 0, 88},
150150
{ 1, 4, 123}, { 0, 0, 149}, { 2, 5, 184}, { 0, 2, 211},
151151
{ 28, 0, 4}, { 32, 4, 39}, { 29, 1, 65}, { 33, 6, 100},

0 commit comments

Comments
 (0)