[hackers] [sbase] sort: style, explicitly state type || Hiltjo Posthuma
commit a1b62b2282a632374cab442e6e8311846b857f56
Author: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
Date: Wed Apr 23 16:00:34 2014 +0200
sort: style, explicitly state type
Signed-off-by: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
diff --git a/sort.c b/sort.c
index 9d4a7ce..89c9404 100644
--- a/sort.c
+++ b/sort.c
_AT_@ -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)
Received on Wed Apr 23 2014 - 16:25:25 CEST
This archive was generated by hypermail 2.3.0
: Wed Apr 23 2014 - 16:36:07 CEST