about summary refs log tree commit diff
path: root/mlist.c
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-07-22 18:12:56 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2016-07-22 18:12:56 +0200
commitc5d5033fdbd788f9c0820480a1e82a052172bdc2 (patch)
treef723c170469266343adfdf43d0bf5e89dc931de6 /mlist.c
parent97ff31e5806fad2d0f5b7f89fade6394eb40efb2 (diff)
downloadmblaze-c5d5033fdbd788f9c0820480a1e82a052172bdc2.tar.gz
mblaze-c5d5033fdbd788f9c0820480a1e82a052172bdc2.tar.xz
mblaze-c5d5033fdbd788f9c0820480a1e82a052172bdc2.zip
mlist: cleanup
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;
 }