X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/f2bb0fd45b8a88482904c71ace290b715e7d10bd..95a6664c9c034cecff0c13b325de93397e81f18d:/sbr/context_read.c diff --git a/sbr/context_read.c b/sbr/context_read.c index 748114ed..778d4a35 100644 --- a/sbr/context_read.c +++ b/sbr/context_read.c @@ -1,5 +1,4 @@ -/* - * context_read.c -- find and read profile and context files +/* context_read.c -- find and read profile and context files * * This code is Copyright (c) 2002, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for @@ -142,6 +141,4 @@ context_read (void) readconfig ((struct node **) 0, ib, cp, 1); lkfclosedata (ib, ctxpath); } - - return; }