Commit d8d1fbbd authored by Michael Niedermayer's avatar Michael Niedermayer

dsicinav: fix 10l bug introduced in 999d38f3

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 52807022
......@@ -175,6 +175,7 @@ static int cin_decode_lzss(const unsigned char *src, int src_size, unsigned char
}
}
}
return 0;
}
static void cin_decode_rle(const unsigned char *src, int src_size, unsigned char *dst, int dst_size)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment