mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 23:02:02 -04:00
Cosmetic nit.
This commit is contained in:
parent
0a276ef941
commit
db4b82edde
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ struct opttab std_options[PAM_MAX_OPTIONS] = {
|
|||
/* Populate the options structure, syslogging all errors */
|
||||
void
|
||||
pam_std_option(struct options *options, struct opttab other_options[],
|
||||
int argc, const char **argv)
|
||||
int argc, const char *argv[])
|
||||
{
|
||||
struct opttab *oo;
|
||||
int i, j, std, extra, arglen, found;
|
||||
|
|
|
|||
Loading…
Reference in a new issue