mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 08:52:46 +00:00
Minor nit; return(foo) from main rather than exit(foo).
This commit is contained in:
parent
5d09098835
commit
6c28b67b1e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=95657
@ -29,5 +29,5 @@ char *argv[];
|
||||
for (; optind < argc; optind++)
|
||||
printf(" %s", argv[optind]);
|
||||
printf("\n");
|
||||
exit(status);
|
||||
return status;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user