sbase

suckless unix tools
git clone git://git.2f30.org/sbase
Log | Files | Refs | README | LICENSE

commit a1b62b2282a632374cab442e6e8311846b857f56
parent 459161481a21202d60db2207db49acb85897a0ea
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Wed, 23 Apr 2014 16:00:34 +0200

sort: style, explicitly state type

Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>

Diffstat:
Msort.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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)