From 114defd605b8ce56d059c41e64de0f627af43160 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Sat, 28 Oct 2006 15:45:11 +0000 Subject: [PATCH] Small cosmetic change to the SMTP queue view --- webcit/smtpqueue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webcit/smtpqueue.c b/webcit/smtpqueue.c index f3ac4a35d..b226b986f 100644 --- a/webcit/smtpqueue.c +++ b/webcit/smtpqueue.c @@ -115,7 +115,7 @@ void display_queue_msg(long msgnum) } wprintf(""); - wprintf("%ld", msgnum); + wprintf("%ld
", msgnum); wprintf(" %s", msgnum, msgid, _("(Delete)") ); -- 2.30.2