MFS5: Minor style(9) tweak.

This commit is contained in:
Xin LI 2005-02-22 02:56:42 +00:00
parent 1ca1ea77be
commit 943b456e6a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=142199

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]);