summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-10-26 15:14:01 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-10-26 15:14:01 +0000
commit81fb49b20dda351eea5cafee4634b265cd8881bd (patch)
tree22f2778d9219420c8db7698c72af8b910eed761a /main.c
parente99ffeec20d74d2b7ff6ef41c3f28238f9b6baf3 (diff)
Some display-related fixes from Andrej Gritsenko.
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/main.c b/main.c
index 1a86c58b..713d95e0 100644
--- a/main.c
+++ b/main.c
@@ -717,10 +717,8 @@ int main (int argc, char **argv)
mutt_index_menu ();
if (Context)
safe_free ((void **)&Context);
- mutt_endwin (NULL);
}
- else
- mutt_endwin (Errorbuf);
+ mutt_endwin (Errorbuf);
}
exit (0);