summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorVincent Lefevre <vincent@vinc17.net>2018-02-06 01:57:48 +0100
committerVincent Lefevre <vincent@vinc17.net>2018-02-06 01:57:48 +0100
commit65e1f5c8f427632544bad6da22d9c80f484067f5 (patch)
treec37f2efb01e8416aa94a14aebf56ed4d058b4326 /main.c
parent731629e268382ab86a7eba1fb2f9298a95b6dae7 (diff)
Add a blank line between the compile options and the contact info for mutt -v
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.c b/main.c
index 78811d7c..b189c860 100644
--- 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();