Introduction
Introduction Statistics Contact Development Disclaimer Help
Use Plan 9 style for ARGEND - sent - simple plaintext presentation tool
git clone git://git.suckless.org/sent
Log
Files
Refs
README
LICENSE
---
commit c3a0671f68f894c5d7a54d934170cfd1560416c4
parent b2daba339097e8113b5b98405014cdb18a6657bd
Author: FRIGN <[email protected]>
Date: Thu, 11 Aug 2016 21:48:56 +0200
Use Plan 9 style for ARGEND
Diffstat:
M sent.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git 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;
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.