From a192aa3113a2e171b6061a827bba6e955de7bb11 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Mon, 16 Dec 2019 18:28:10 +0100 Subject: [PATCH] minor style fix for ARGEND see: https://9fans.github.io/plan9port/man/man3/arg.html --- ii.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ii.c b/ii.c index 94da8ab..ef33ed5 100644 --- a/ii.c +++ b/ii.c @@ -817,7 +817,7 @@ main(int argc, char *argv[]) default: usage(); break; - } ARGEND; + } ARGEND if (!*host) usage();