Cosmetic nit.

This commit is contained in:
Dag-Erling Smørgrav 2002-04-14 18:30:03 +00:00
parent 0a276ef941
commit db4b82edde

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;