template.c: fix ChunkSize file size

This commit is contained in:
Intel A80486DX2-66 2024-05-19 11:14:54 +03:00
parent e7fd7131d1
commit 2c4101ae82
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B
1 changed files with 2 additions and 1 deletions

View File

@ -169,7 +169,8 @@ main(void)
4 * 4 /* 4 strings of 4 characters */ +
5 * 4 /* 4 uint32_t values */ +
4 * 2 /* 5 uint16_t values */ +
PRODUCT /* sample data */,
PRODUCT /* sample data */
- 8,
fmt_data_length = 16 /* <--
* length of format data before this value
* in the file format structure