Avoid a compilation warning

This commit is contained in:
Pierre Pronchery 2017-10-15 21:11:31 +02:00
parent d69ba7dfc7
commit 21a521f82b

View File

@ -400,7 +400,7 @@ static int _dex_decode_section(Dex * dex, AsmSection * section,
{
AsmFormatPluginHelper * helper = dex->helper;
DexMapCodeItem dmci;
size_t i;
ssize_t i;
off_t seek;
AsmFunction * f;
size_t j;