fixup! Make type a builtin

[ci skip]
This commit is contained in:
Mahmoud Al-Qudsi 2020-09-21 15:42:43 -05:00
parent c7b51b360d
commit 383f1d1a19

View file

@ -43,6 +43,7 @@ static const struct woption long_options[] = {{L"help", no_argument, nullptr, 'h
static int parse_cmd_opts(type_cmd_opts_t &opts, int *optind, int argc, wchar_t **argv,
parser_t &parser, io_streams_t &streams) {
UNUSED(parser);
wchar_t *cmd = argv[0];
int opt;
wgetopter_t w;