]> granicus.if.org Git - mutt/commitdiff
Add a blank line between the compile options and the contact info for mutt -v
authorVincent Lefevre <vincent@vinc17.net>
Tue, 6 Feb 2018 00:57:48 +0000 (01:57 +0100)
committerVincent Lefevre <vincent@vinc17.net>
Tue, 6 Feb 2018 00:57:48 +0000 (01:57 +0100)
main.c

diff --git a/main.c b/main.c
index 78811d7cb3e95dabb673ad692d729612534fef0d..b189c86073de3e84f5b366840ede4eaf1f970111 100644 (file)
--- a/main.c
+++ b/main.c
@@ -529,6 +529,8 @@ static void show_version (void)
   puts ("-MIXMASTER");
 #endif
 
+  putchar ('\n');
+
   puts(_(ReachingUs));
 
   mutt_print_patchlist();