(set_fields): Declare index unsigned.

This commit is contained in:
Jim Meyering
1995-03-25 21:08:36 +00:00
parent ebaf614a13
commit 42357adff5
+1 -1
View File
@@ -349,7 +349,7 @@ set_fields (fieldstr)
struct range_pair *rp;
unsigned int n_rp;
unsigned int n_rp_allocated;
int i;
unsigned int i;
n_rp = 0;
n_rp_allocated = 16;