]> diplodocus.org Git - nmh/blobdiff - sbr/context_read.c
sbr/vector.c: Delete unused bvector_maxsize() and ivector_size().
[nmh] / sbr / context_read.c
index 748114ed14eba8092ae62aa3a289700ab5effa6f..778d4a35db01ae4c2fb46edd793631c7776e8def 100644 (file)
@@ -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;
 }