Introduction
Introduction Statistics Contact Development Disclaimer Help
minor style fix for ARGEND - ii - irc it, simple FIFO based irc client
git clone git://git.suckless.org/ii
Log
Files
Refs
README
LICENSE
---
commit a192aa3113a2e171b6061a827bba6e955de7bb11
parent 1411224b169b5a2d134111b068e17f3020753ca9
Author: Hiltjo Posthuma <[email protected]>
Date: Mon, 16 Dec 2019 18:28:10 +0100
minor style fix for ARGEND
see:
https://9fans.github.io/plan9port/man/man3/arg.html
Diffstat:
M ii.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ii.c b/ii.c
@@ -817,7 +817,7 @@ main(int argc, char *argv[])
default:
usage();
break;
- } ARGEND;
+ } ARGEND
if (!*host)
usage();
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.