X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/f9754b35f2f3b4c5cb0890f154181d2bab66c679..9b3c43815b3704fee25693fe117d88b0ca595ca5:/uip/mhn.c diff --git a/uip/mhn.c b/uip/mhn.c index cc50a13c..6973a5de 100644 --- 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); }