URI: 
       minor style fix for ARGEND - ii - irc it, simple FIFO based irc client
  HTML git clone git://git.suckless.org/ii
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit a192aa3113a2e171b6061a827bba6e955de7bb11
   DIR parent 1411224b169b5a2d134111b068e17f3020753ca9
  HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       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(-)
       ---
   DIR 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();