]> diplodocus.org Git - nmh/blobdiff - uip/slocal.c
tws.h: Remove redundant TW_SZONE and TW_SZNIL bit-masks.
[nmh] / uip / slocal.c
index f41b6ad3c140a14af7c3dd8caa7b418e79604508..34c615a768197e17b27b6847e0bcf83387cf0b7d 100644 (file)
@@ -1,6 +1,4 @@
-
-/*
- * slocal.c -- asynchronously filter and deliver new mail
+/* slocal.c -- asynchronously filter and deliver new mail
  *
  * This code is Copyright (c) 2002, by the authors of nmh.  See the
  * COPYRIGHT file in the root directory of the nmh distribution for
@@ -782,11 +780,11 @@ parse (int fd)
 
            case LENERR: 
            case FMTERR: 
-               advise (NULL, "format error in message");
+               inform("format error in message");
                break;
 
            default: 
-               advise (NULL, "internal error in m_getfld");
+               inform("internal error in m_getfld");
                fclose (in);
                return -1;
        }