minor style fix for ARGEND

see:
https://9fans.github.io/plan9port/man/man3/arg.html
This commit is contained in:
Hiltjo Posthuma 2019-12-16 18:28:10 +01:00
parent 1411224b16
commit a192aa3113
1 changed files with 1 additions and 1 deletions

2
ii.c
View File

@ -817,7 +817,7 @@ main(int argc, char *argv[])
default:
usage();
break;
} ARGEND;
} ARGEND
if (!*host)
usage();