sort: style, explicitly state type
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
This commit is contained in:
parent
459161481a
commit
a1b62b2282
2
sort.c
2
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user