]> diplodocus.org Git - nmh/blobdiff - uip/mhparse.c
mhlsbr.c: Don't need to `else' after longjmp() at end of then-block.
[nmh] / uip / mhparse.c
index 94fd50bca59c07a0282cbc495736ec4e7aced366..904c12376448a69b8968b213815680c955114b15 100644 (file)
@@ -2326,7 +2326,7 @@ openExternal (CT ct, CT cb, CE ce, char **file, int *fd)
        goto ready_already;
     }
 
-    if (find_cache (ct, rcachesw, (int *) 0, cb->c_id,
+    if (find_cache(ct, rcachesw, NULL, cb->c_id,
                cachefile, sizeof(cachefile)) != NOTOK) {
        if ((ce->ce_fp = fopen (cachefile, "r"))) {
            ce->ce_file = mh_xstrdup(cachefile);