Fix a build error.
Commit 7a851ccb1b9ed9b8906721cb1872b96b35185883 accidentally broke the build due to a missing line.
This commit is contained in:
parent
549207a48b
commit
84d997fac6
@ -69,6 +69,7 @@ static const dc_parser_vtable_t mares_iconhd_parser_vtable = {
|
|||||||
static dc_status_t
|
static dc_status_t
|
||||||
mares_iconhd_parser_cache (mares_iconhd_parser_t *parser)
|
mares_iconhd_parser_cache (mares_iconhd_parser_t *parser)
|
||||||
{
|
{
|
||||||
|
dc_parser_t *abstract = (dc_parser_t *) parser;
|
||||||
const unsigned char *data = parser->base.data;
|
const unsigned char *data = parser->base.data;
|
||||||
unsigned int size = parser->base.size;
|
unsigned int size = parser->base.size;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user