]> diplodocus.org Git - nmh/blobdiff - uip/mhstore.c
Don't need to `else' after mhladios() at end of then-block.
[nmh] / uip / mhstore.c
index 1ca214942bf1920db21f8eb2afb50758c0119fc2..2b08a6ba3b80ce0d7f487d297a6b1f9073eba728 100644 (file)
@@ -211,7 +211,7 @@ do_cache:
      */
     if ((cp = getenv ("MHSTORE"))) {
        if ((fp = fopen (cp, "r"))) {
-           readconfig ((struct node **) 0, fp, cp, 0);
+           readconfig(NULL, fp, cp, 0);
            fclose (fp);
        } else {
            admonish ("", "unable to read $MHSTORE profile (%s)", cp);
@@ -222,7 +222,7 @@ do_cache:
      * Read the standard profile setup
      */
     if ((fp = fopen (cp = etcpath ("mhn.defaults"), "r"))) {
-       readconfig ((struct node **) 0, fp, cp, 0);
+       readconfig(NULL, fp, cp, 0);
        fclose (fp);
     }