[cff] Initialize a member variable

For good hygiene.
This commit is contained in:
Behdad Esfahbod 2023-01-01 23:29:35 -07:00
parent 8ccc704c9a
commit d3ed6eed43
1 changed files with 1 additions and 1 deletions

View File

@ -488,7 +488,7 @@ struct op_str_t
const unsigned char *ptr = nullptr;
op_code_t op;
op_code_t op = OpCode_Invalid;
uint8_t length = 0;
};