X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Finstall-mh.c;h=c4847711fbd1796817a069f9ac3da5995c3c4b83;hp=ec847fb4548e481bb7f9e43d40b4ce800cffbd0f;hb=5dd6771b28c257af405d7248639ed0e3bcdce38b;hpb=81a21a9a97d8633f6d6231e31fdb6e328d0d3ff2 diff --git a/uip/install-mh.c b/uip/install-mh.c index ec847fb..c484771 100644 --- a/uip/install-mh.c +++ b/uip/install-mh.c @@ -1,8 +1,6 @@ /* * install-mh.c -- initialize the nmh environment of a new user * - * $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. @@ -213,7 +211,8 @@ query: fprintf (out, "%s: %s\n", np->n_name, np->n_field); } fclose (out); - return done (0); + done (0); + return 1; }