mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-25 07:49:18 +00:00
Add braces to avoid ambigious else.
This commit is contained in:
parent
0b7a57dd48
commit
465ebdc6e3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=48465
@ -146,7 +146,7 @@ main(argc, argv)
|
||||
(void)fclose(inf);
|
||||
}
|
||||
|
||||
if (head)
|
||||
if (head) {
|
||||
if (xflag)
|
||||
put_entries(head);
|
||||
else {
|
||||
@ -170,6 +170,7 @@ main(argc, argv)
|
||||
system(cmd);
|
||||
}
|
||||
}
|
||||
}
|
||||
exit(exit_val);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user