]> diplodocus.org Git - nmh/blobdiff - uip/new.c
aliasbr.c: Remove duplicate prototypes. Others in aliasbr.h.
[nmh] / uip / new.c
index f9549331970af56339f5434eb0731b2e9ab396dd..080f065f1c19753fa589232bb3392a0e6fd0bc14 100644 (file)
--- a/uip/new.c
+++ b/uip/new.c
@@ -120,13 +120,10 @@ get_msgnums(char *folder, char *sequences[])
        return NULL;
 
     if ((fp = lkfopendata (seqfile, "r", & failed_to_lock)) == NULL) {
-
-       if (failed_to_lock) {
+       if (failed_to_lock)
            adios (seqfile, "failed to lock");
-       } else {
-           free(seqfile);
-           return NULL;
-       }
+        free(seqfile);
+        return NULL;
     }
 
     /* Use m_getfld2 to scan sequence file */