Got rid of a warning

This commit is contained in:
Pierre Pronchery 2011-04-23 03:02:32 +00:00
parent a8407ddd19
commit 1f6ffd20a0

View File

@ -94,7 +94,7 @@ static int _dalvik_write(ArchPlugin * plugin, ArchInstruction * instruction,
uint8_t u8;
uint16_t u16;
void const * buf;
size_t size;
ssize_t size;
/* FIXME really implement */
switch(AO_GET_SIZE(instruction->flags))