forked from 12to11/12to11
; * tests/test_harness.c (struct image_data_header): Add missing pad.
This commit is contained in:
parent
6a0506a169
commit
b5e71e73b6
1 changed files with 3 additions and 0 deletions
|
@ -46,6 +46,9 @@ struct image_data_header
|
||||||
/* The width and height. */
|
/* The width and height. */
|
||||||
unsigned short width, height;
|
unsigned short width, height;
|
||||||
|
|
||||||
|
/* Padding. */
|
||||||
|
unsigned short pad1;
|
||||||
|
|
||||||
/* The stride. */
|
/* The stride. */
|
||||||
unsigned int stride;
|
unsigned int stride;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue