From: Ralph Corderoy Date: Fri, 9 Feb 2018 18:51:59 +0000 (+0000) Subject: Remove extra semicolons at end of C statements. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/4af72ec87eefd3d87da44411557c95c88c2bf3a1?ds=inline;hp=b13d8ba48781f5fa2414a6ba6147488e150f0ebb Remove extra semicolons at end of C statements. --- 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); } diff --git a/uip/mhshowsbr.c b/uip/mhshowsbr.c index 45c1a5cd..17ef4d22 100644 --- a/uip/mhshowsbr.c +++ b/uip/mhshowsbr.c @@ -123,7 +123,7 @@ show_all_messages(CT *cts, int concat, int textonly, int inlineonly) /* * Compile the content marker format line */ - struct format *mfmt = compile_marker(markerform);; + struct format *mfmt = compile_marker(markerform); if (headersw) { /*