]> diplodocus.org Git - nmh/blobdiff - sbr/context_foil.c
mhbuildsbr.c: Flip logic, moving goto to then-block; no need for else.
[nmh] / sbr / context_foil.c
index 9aa02dba91617e51cd7057cfe0f787e17461c5ca..09bfe30c25bcf308605f964415f55e8af7b8416b 100644 (file)
@@ -1,6 +1,4 @@
-
-/*
- * context_foil.c -- foil search of profile and context
+/* context_foil.c -- foil search of profile and context
  *
  * This code is Copyright (c) 2002, by the authors of nmh.  See the
  * COPYRIGHT file in the root directory of the nmh distribution for
@@ -24,7 +22,7 @@ context_foil (char *path)
      * it's been set by us -- the uses in the source tree are:
      *  1 sbr/context_read.c uses it only after setting it itself
      *  2 uip/install_mh.c uses it only after setting it itself
-     *  3 uip/mshcmds.c and uip/mark.c print it if given the -debug switch
+     *  3 uip/mark.c prints it if given the -debug switch
      * A worthwhile piece of code cleanup would be to make 1 and
      * 2 use a local variable and just delete 3.
      *
@@ -66,4 +64,3 @@ context_foil (char *path)
 
     return 0;
 }
-