This commit is contained in:
iceman1001 2019-04-09 21:36:14 +02:00
parent 39827a6d5d
commit 3f2d02b978

View file

@ -536,7 +536,7 @@ static poly_t
rdpoly(const char *name, int flags, int bperhx) { rdpoly(const char *name, int flags, int bperhx) {
/* read poly from file in chunks and report errors */ /* read poly from file in chunks and report errors */
poly_t apoly = PZERO, chunk = PZERO; poly_t apoly = PZERO, chunk;
FILE *input; FILE *input;
input = oread(name); input = oread(name);