From c5d5033fdbd788f9c0820480a1e82a052172bdc2 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Fri, 22 Jul 2016 18:12:56 +0200 Subject: mlist: cleanup --- mlist.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'mlist.c') diff --git a/mlist.c b/mlist.c index 8d28827..9676908 100644 --- a/mlist.c +++ b/mlist.c @@ -249,7 +249,5 @@ main(int argc, char *argv[]) printf("%6ld unseen %3ld flagged %6ld msg\n", iunseen, iflagged, icount); -exit(0); - - exit(EXIT_SUCCESS); + return 0; } -- cgit 1.4.1