Fix a build error.

Commit 7a851ccb1b9ed9b8906721cb1872b96b35185883 accidentally broke the
build due to a missing line.
This commit is contained in:
Jef Driesen 2014-08-16 22:46:53 +02:00
parent 549207a48b
commit 84d997fac6

View File

@ -69,6 +69,7 @@ static const dc_parser_vtable_t mares_iconhd_parser_vtable = {
static dc_status_t
mares_iconhd_parser_cache (mares_iconhd_parser_t *parser)
{
dc_parser_t *abstract = (dc_parser_t *) parser;
const unsigned char *data = parser->base.data;
unsigned int size = parser->base.size;