Run cppcheck
This commit is contained in:
parent
bc55e84d5b
commit
d57a07edb8
7 changed files with 25 additions and 47 deletions
|
@ -2188,7 +2188,7 @@ void LCR_drawPixel(unsigned long index, uint16_t color)
|
|||
(LCR_game.frame == 1086 && index == 20 && color != 0x4c7a) ||
|
||||
(LCR_game.frame == 1624 && index == 1 && color != 0x4c7a))
|
||||
printf("ERROR: unexpected pixel rendered at frame %d, index %d\n",
|
||||
LCR_game.frame,(int) index);
|
||||
(int) LCR_game.frame,(int) index);
|
||||
}
|
||||
|
||||
int testState(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue