Use Plan 9 style for ARGEND
authorFRIGN <dev@frign.de>
Thu, 11 Aug 2016 19:48:56 +0000 (21:48 +0200)
committerMarkus Teich <markus.teich@stusta.mhn.de>
Fri, 12 Aug 2016 08:02:19 +0000 (10:02 +0200)
sent.c

diff --git a/sent.c b/sent.c
index 58a351e67ca1337579378fbef36f65fb4fde829f..b91c21a2e8ec2485b882b72379cd06e227086fc1 100644 (file)
--- a/sent.c
+++ b/sent.c
@@ -664,7 +664,7 @@ main(int argc, char *argv[])
                return 0;
        default:
                usage();
-       } ARGEND;
+       } ARGEND
 
        if (!argv[0] || !strcmp(argv[0], "-"))
                fp = stdin;