lint is your friend

This commit is contained in:
tg
2011-03-13 01:20:25 +00:00
parent 5710e78857
commit 2a3d4db123
13 changed files with 45 additions and 45 deletions

4
eval.c
View File

@ -22,7 +22,7 @@
#include "sh.h"
__RCSID("$MirOS: src/bin/mksh/eval.c,v 1.98 2011/03/12 23:06:43 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/eval.c,v 1.99 2011/03/13 01:20:17 tg Exp $");
/*
* string expansion
@ -246,7 +246,7 @@ expand(const char *cp, /* input word */
memset(&st_head, 0, sizeof(st_head));
st = &st_head;
while (1) {
while (/* CONSTCOND */ 1) {
Xcheck(ds, dp);
switch (type) {