From 5444b60629a8e4d01a78f5999615a084dd6cbd8a Mon Sep 17 00:00:00 2001 From: Pierre Habouzit Date: Sat, 25 Nov 2006 02:01:36 +0100 Subject: [PATCH 1/1] get the sloccount under 63000 lines :P Signed-off-by: Pierre Habouzit --- main.c | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/main.c b/main.c index d5e6cf8..b3d7e66 100644 --- a/main.c +++ b/main.c @@ -467,14 +467,11 @@ int main (int argc, char **argv) p_clear(Options, countof(Options)); p_clear(QuadOptions, countof(QuadOptions)); + while ((i = getopt(argc, argv, "A:a:b:F:f:c:e:H:s:i:hm:npQ:RTtvyzZ" #ifdef USE_NNTP - while ((i = - getopt (argc, argv, - "A:a:b:F:f:c:e:g:GH:s:i:hm:npQ:RTtvyzZ")) != EOF) -#else - while ((i = - getopt (argc, argv, "A:a:b:F:f:c:e:H:s:i:hm:npQ:RTtvyzZ")) != EOF) + "g:G" #endif + )) >= 0) switch (i) { case 'A': alias_queries = mutt_add_list (alias_queries, optarg); @@ -806,8 +803,7 @@ int main (int argc, char **argv) mutt_endwin (Errorbuf); exit (1); } - } - else + } else #endif if (!Incoming.len) { mutt_endwin _("No incoming mailboxes defined."); @@ -830,8 +826,7 @@ int main (int argc, char **argv) unset_option (OPTNEWS); nntp_expand_path (folder, sizeof (folder), &CurrentNewsSrv->conn->account); - } - else + } else #endif mutt_expand_path (folder, sizeof (folder)); -- 2.20.1