X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/cfb5a32c4e47d9061ced49e74f34c275bd9e4b54..b2a9e811e6c1d22a7c89909b6e061b7d94cb532f:/uip/pick.c diff --git a/uip/pick.c b/uip/pick.c index fb339d46..9b2e0cde 100644 --- a/uip/pick.c +++ b/uip/pick.c @@ -66,7 +66,7 @@ main (int argc, char **argv) struct msgs_array msgs = { 0, 0, NULL }; struct msgnum_array nums = { 0, 0, NULL }; struct msgs *mp, *mp2; - register FILE *fp; + FILE *fp; int debug = 0; int reverse = 0; int start, end, inc;