]> diplodocus.org Git - nmh/blobdiff - uip/mhn.c
Renamed build_multipart_alt() to build_multipart().
[nmh] / uip / mhn.c
index cc50a13c2b5cf0e15cca5f6b4f7926f174d5752f..6973a5defb7af8a7eeeadf99efa5411029e0f67b 100644 (file)
--- a/uip/mhn.c
+++ b/uip/mhn.c
@@ -518,7 +518,7 @@ do_cache:
      * Store the message content
      */
     if (storesw) {
-       info = mhstoreinfo_create (cts, cwd, "always", autosw, verbosw);;
+       info = mhstoreinfo_create (cts, cwd, "always", autosw, verbosw);
        store_all_messages (info);
        mhstoreinfo_free (info);
     }