about summary refs log tree commit diff
path: root/mlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'mlist.c')
-rw-r--r--mlist.c4
1 files changed, 1 insertions, 3 deletions
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;
 }