mail(1): Minor declaration updates.

Missing from r302903.
This commit is contained in:
pfg 2016-07-15 20:27:21 +00:00
parent 8808ec7c8c
commit 2e191bec45

View File

@ -214,7 +214,7 @@ gethfield(FILE *f, char linebuf[], int rem, char **colon)
*/
char*
ishfield(char linebuf[], char *colon, const char *field)
ishfield(char *linebuf, char *colon, const char *field)
{
char *cp = colon;