Cosmetic nit.

This commit is contained in:
Dag-Erling Smørgrav 2002-04-14 18:30:03 +00:00
parent 0a276ef941
commit db4b82edde
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=94673

View File

@ -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;