diff --git a/usr.bin/mail/send.c b/usr.bin/mail/send.c index 0d41cee200a0..a19932318c19 100644 --- a/usr.bin/mail/send.c +++ b/usr.bin/mail/send.c @@ -59,7 +59,7 @@ sendmessage(struct message *mp, FILE *obuf, struct ignoretab *doign, FILE *ibuf; char *cp, *cp2, line[LINESIZE]; int ishead, infld, ignoring, dostat, firstline; - int c, length, prefixlen; + int c = 0, length, prefixlen; /* * Compute the prefix string, without trailing whitespace