From 3f2d02b978f523a78f789190fda5c370c8268b8f Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Tue, 9 Apr 2019 21:36:14 +0200 Subject: [PATCH] unused --- client/reveng/cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/reveng/cli.c b/client/reveng/cli.c index 6ecdcecab..b8de74961 100644 --- a/client/reveng/cli.c +++ b/client/reveng/cli.c @@ -536,7 +536,7 @@ static poly_t rdpoly(const char *name, int flags, int bperhx) { /* read poly from file in chunks and report errors */ - poly_t apoly = PZERO, chunk = PZERO; + poly_t apoly = PZERO, chunk; FILE *input; input = oread(name);