]> granicus.if.org Git - mutt/commitdiff
Cosmetics for mutt -v
authorBrendan Cully <brendan@kublai.com>
Sat, 20 Dec 2008 23:31:46 +0000 (15:31 -0800)
committerBrendan Cully <brendan@kublai.com>
Sat, 20 Dec 2008 23:31:46 +0000 (15:31 -0800)
main.c

diff --git a/main.c b/main.c
index a1d632d42cc21c6b3018274c14c9a0974ac5bc35..c6d1de542f35f17ae6e8283f192e9d5470d2457a 100644 (file)
--- a/main.c
+++ b/main.c
@@ -236,8 +236,6 @@ static void show_version (void)
        "-DL_STANDALONE  "
 #endif
 
-       "\n"
-       
 #ifdef USE_FCNTL
        "+USE_FCNTL  "
 #else
@@ -249,7 +247,7 @@ static void show_version (void)
 #else
        "-USE_FLOCK   "
 #endif
-       );
+    );
   puts (
 #ifdef USE_POP
        "+USE_POP  "
@@ -268,13 +266,7 @@ static void show_version (void)
 #else
        "-USE_SMTP  "
 #endif
-
-#ifdef USE_GSS
-       "+USE_GSS  "
-#else
-       "-USE_GSS  "
-#endif
-
+       "\n"
        
 #ifdef USE_SSL_OPENSSL
        "+USE_SSL_OPENSSL  "
@@ -293,6 +285,11 @@ static void show_version (void)
 #else
        "-USE_SASL  "
 #endif
+#ifdef USE_GSS
+       "+USE_GSS  "
+#else
+       "-USE_GSS  "
+#endif
 
 #if HAVE_GETADDRINFO
        "+HAVE_GETADDRINFO  "