mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-09 06:04:03 +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
|
struct tvgBlock
|
||||||
{
|
{
|
||||||
TvgIndicator type;
|
TvgIndicator type;
|
||||||
ByteCounter lenght;
|
ByteCounter length;
|
||||||
const char* data;
|
const char* data;
|
||||||
const char* blockEnd;
|
const char* blockEnd;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue