Cosmetic nit.
This commit is contained in:
parent
0a276ef941
commit
db4b82edde
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=94673
@ -52,7 +52,7 @@ struct opttab std_options[PAM_MAX_OPTIONS] = {
|
|||||||
/* Populate the options structure, syslogging all errors */
|
/* Populate the options structure, syslogging all errors */
|
||||||
void
|
void
|
||||||
pam_std_option(struct options *options, struct opttab other_options[],
|
pam_std_option(struct options *options, struct opttab other_options[],
|
||||||
int argc, const char **argv)
|
int argc, const char *argv[])
|
||||||
{
|
{
|
||||||
struct opttab *oo;
|
struct opttab *oo;
|
||||||
int i, j, std, extra, arglen, found;
|
int i, j, std, extra, arglen, found;
|
||||||
|
Loading…
Reference in New Issue
Block a user