X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/cfb5a32c4e47d9061ced49e74f34c275bd9e4b54..c525020c77134b8832587755b7c05764a0516d80:/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;