mail: Fix mismatch in array bounds for isign().

Reviewed by:	imp, emaste
Reported by:	GCC -Warray-parameter
Differential Revision:	https://reviews.freebsd.org/D36761
This commit is contained in:
John Baldwin 2022-09-28 14:05:42 -07:00
parent 10297a9ed4
commit 157436dcbf

View file

@ -153,7 +153,7 @@ int isdate(char *);
int isdir(char *);
int isfileaddr(char *);
int ishead(char *);
int isign(const char *, struct ignoretab []);
int isign(const char *, struct ignoretab [2]);
int isprefix(const char *, const char *);
void istrncpy(char *, const char *, size_t);
const struct cmd *