From 8674739cd13e1d774080cbe8398b76795b0e01c3 Mon Sep 17 00:00:00 2001 From: Bobbi Webber-Manners Date: Sat, 19 Sep 2020 20:23:51 -0400 Subject: [PATCH] SMTP65: Fixed minor formatting issue on console --- apps/smtp65.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/smtp65.c b/apps/smtp65.c index 4675b7b..e9914ea 100644 --- a/apps/smtp65.c +++ b/apps/smtp65.c @@ -640,7 +640,7 @@ void main(int argc, char *argv[]) { sendmessage: if (!connected) { - printf("Connecting to %s - ", cfg_smtp_server); + printf("\nConnecting to %s - ", cfg_smtp_server); if (!w5100_connect(parse_dotted_quad(cfg_smtp_server), smtp_port)) { printf("Fail\n");