commit d7714c84b51e8af31f1fccb7c12d4bc9849ab31e
Author:     Michael Forney <[email protected]>
AuthorDate: Sat Jun 29 18:39:07 2019 -0700
Commit:     Michael Forney <[email protected]>
CommitDate: Sat Jun 29 18:39:07 2019 -0700

    Remove unnecessary ';' after ARGEND

diff --git a/pathchk.c b/pathchk.c
index 6346de0..b6b0c91 100644
--- a/pathchk.c
+++ b/pathchk.c
@@ -92,7 +92,7 @@ main(int argc, char *argv[])
                break;
        default:
                usage();
-       } ARGEND;
+       } ARGEND
 
        if (!argc)
                usage();
diff --git a/tsort.c b/tsort.c
index d093df8..f147e3b 100644
--- a/tsort.c
+++ b/tsort.c
@@ -188,7 +188,7 @@ main(int argc, char *argv[])
        ARGBEGIN {
        default:
                usage();
-       } ARGEND;
+       } ARGEND
 
        if (argc > 1)
                usage();

Reply via email to