X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmsgchk.c;h=e052b42eba96df6bef73bbc25ab0d0990ff59f15;hb=2ead8819603a21a03ee51440dc5617c5df1ed8da;hp=872dc2e152fc1fe17dd31d82a6e8c069ae14bfbf;hpb=9792341d7318d2e9f52557cad5f0b8a9c5c252ad;p=mmh diff --git a/uip/msgchk.c b/uip/msgchk.c index 872dc2e..e052b42 100644 --- a/uip/msgchk.c +++ b/uip/msgchk.c @@ -2,8 +2,6 @@ /* * msgchk.c -- check for mail * - * $Id$ - * * This code is Copyright (c) 2002, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for * complete copyright information. @@ -327,7 +325,8 @@ main (int argc, char **argv) } /* host == NULL */ #endif - return done (status); + done (status); + return 1; }