prevent warning
This commit is contained in:
parent
b22a7666c1
commit
065a140a0b
|
|
@ -162,7 +162,8 @@ putline(char *s)
|
||||||
static int
|
static int
|
||||||
putstuff(toplink *tl, int base)
|
putstuff(toplink *tl, int base)
|
||||||
{
|
{
|
||||||
int maxwidth = 0, ncols, nrows, nbuts = 0, i, j, k;
|
unsigned int maxwidth = 0;
|
||||||
|
int ncols, nrows, nbuts = 0, i, j, k;
|
||||||
toplink *tt;
|
toplink *tt;
|
||||||
|
|
||||||
for (tt = tl; tt; tt = tt->next) {
|
for (tt = tl; tt; tt = tt->next) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue