diff --git a/sort.c b/sort.c index 9d4a7ce..89c9404 100644 --- a/sort.c +++ b/sort.c @@ -197,7 +197,7 @@ columns(char *line, const struct keydef *kd) { char *rest; char *start, *end; - unsigned i; + unsigned int i; for(rest = line, i = 0; i < kd->start_column; i++) { if(i != 0)