Removed extraneous linebreak in email headers

This commit is contained in:
Bobbi Webber-Manners 2020-06-30 13:33:25 -04:00
parent 11901d908e
commit 552ff8600b

View File

@ -1045,7 +1045,7 @@ void create_blank_outgoing() {
datetimelong(&dt, userentry);
fprintf(fp, "Date: %s\r", userentry);
prompt_for_name("cc", 0);
fprintf(fp, "cc: %s\r\r", userentry);
fprintf(fp, "cc: %s\r", userentry);
fprintf(fp, "X-Mailer: %s - Apple II Forever!\r\r", PROGNAME);
fclose(fp);