mirror of
https://github.com/cc65/cc65.git
synced 2024-12-27 15:29:46 +00:00
remove extra format specifier, fixed #2330
This commit is contained in:
parent
82f01af6ec
commit
29801a2fde
@ -62,7 +62,7 @@ void dotest2(void)
|
|||||||
|
|
||||||
StructArray2[0] = test2;
|
StructArray2[0] = test2;
|
||||||
|
|
||||||
printf ("test2: %d, %d, %d, %d, %d\n",
|
printf ("test2: %d, %d, %d, %d\n",
|
||||||
(int)StructArray2[0].a, (int)StructArray2[0].b,
|
(int)StructArray2[0].a, (int)StructArray2[0].b,
|
||||||
(int)StructArray2[0].c, (int)StructArray2[0].d);
|
(int)StructArray2[0].c, (int)StructArray2[0].d);
|
||||||
if ((StructArray2[0].a != 42) ||
|
if ((StructArray2[0].a != 42) ||
|
||||||
|
Loading…
Reference in New Issue
Block a user