MFS5: Minor style(9) tweak.

This commit is contained in:
delphij 2005-02-22 02:56:42 +00:00
parent 8b3ca8995c
commit 463d854200

View File

@ -201,7 +201,7 @@ cmdscanner(void)
makeargv();
if (margc == 0)
continue;
if (el!= NULL && el_parse(el, margc, margv) != -1)
if (el != NULL && el_parse(el, margc, margv) != -1)
continue;
c = getcmd(margv[0]);