projects
/
sent.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2daba3
)
Use Plan 9 style for ARGEND
author
FRIGN
<dev@frign.de>
Thu, 11 Aug 2016 19:48:56 +0000
(21:48 +0200)
committer
Markus Teich
<markus.teich@stusta.mhn.de>
Fri, 12 Aug 2016 08:02:19 +0000
(10:02 +0200)
sent.c
patch
|
blob
|
history
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;