ar: Deobfuscate a while loop

This commit is contained in:
Ed Maste 2015-08-31 18:07:17 +00:00
parent a64a36e280
commit a84c4d189b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=287327

View File

@ -148,7 +148,7 @@ main(int argc, char **argv)
if (Uflag == 0)
bsdar->options |= AR_D;
bsdar->options |= AR_S;
for (;(bsdar->filename = *argv++) != NULL;)
while ((bsdar->filename = *argv++) != NULL)
ar_mode_s(bsdar);
exit(EX_OK);