Code cleanup

This commit is contained in:
Pierre Pronchery 2011-09-05 21:30:53 +00:00
parent fd9046bbd4
commit 0ecec8d8b5

View File

@ -327,7 +327,7 @@ static int _java_decode(FormatPlugin * format, int raw)
u16 = _htob16(u16);
if(_decode_skip_fields(format, u16) != 0)
return -1;
/* decodesemble the rest */
/* disassemble the rest */
if((offset = helper->seek(helper->format, 0, SEEK_CUR)) < 0
|| (end = helper->seek(helper->format, 0, SEEK_END))
< 0)