]> diplodocus.org Git - nmh/blobdiff - uip/pick.c
Alter HasSuffixC()'s char * to be const.
[nmh] / uip / pick.c
index fb339d46e6731f6f7e2015246a0a5d571df5f1ef..9b2e0cded306b1187d1f12b2e57978af95608111 100644 (file)
@@ -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;
     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;
     int debug = 0;
     int reverse = 0;
     int start, end, inc;