; * tests/test_harness.c (struct image_data_header): Add missing pad.

This commit is contained in:
hujianwei 2022-11-04 07:38:59 +00:00
parent 6a0506a169
commit b5e71e73b6

View file

@ -46,6 +46,9 @@ struct image_data_header
/* The width and height. */
unsigned short width, height;
/* Padding. */
unsigned short pad1;
/* The stride. */
unsigned int stride;
};