Try to make gcc builds happy again by removing a redundant declaration.

This commit is contained in:
bz 2016-04-25 13:20:35 +00:00
parent 2c5612e0c5
commit 8f86ed9783

View File

@ -78,7 +78,6 @@ static struct mkuz_format ulzma_fmt = {
static struct mkuz_blk *readblock(int, u_int32_t);
static void usage(void);
static void cleanup(void);
int mkuz_memvcmp(const void *, unsigned char, size_t);
static char *cleanfile = NULL;