]> diplodocus.org Git - nmh/commitdiff
Remove extra semicolons at end of C statements.
authorRalph Corderoy <ralph@inputplus.co.uk>
Fri, 9 Feb 2018 18:51:59 +0000 (18:51 +0000)
committerRalph Corderoy <ralph@inputplus.co.uk>
Sun, 11 Feb 2018 13:06:35 +0000 (13:06 +0000)
uip/mhn.c
uip/mhshowsbr.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) {
      * 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);
     }
        store_all_messages (info);
        mhstoreinfo_free (info);
     }
index 45c1a5cd258d42ab694f947fab637afc2b7a5a18..17ef4d22251c3bdd7c6a315b3f215ff0c0c6b11a 100644 (file)
@@ -123,7 +123,7 @@ show_all_messages(CT *cts, int concat, int textonly, int inlineonly)
            /*
             * Compile the content marker format line
             */
            /*
             * Compile the content marker format line
             */
-           struct format *mfmt = compile_marker(markerform);;
+           struct format *mfmt = compile_marker(markerform);
 
            if (headersw) {
                /*
 
            if (headersw) {
                /*