mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 13:43:43 +00:00
common: fix typo
This commit is contained in:
parent
c7ccca79b3
commit
7a407eb8bb
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ using TvgFlag = uint8_t;
|
|||
struct tvgBlock
|
||||
{
|
||||
TvgIndicator type;
|
||||
ByteCounter lenght;
|
||||
ByteCounter length;
|
||||
const char* data;
|
||||
const char* blockEnd;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue