Browse Source

fesvr: Fix spacing in parse_arguments

pull/1273/head
Jerry Zhao 3 years ago
parent
commit
422d297ef0
  1. 1
      fesvr/htif.cc

1
fesvr/htif.cc

@ -327,7 +327,6 @@ void htif_t::parse_arguments(int argc, char ** argv)
break;
case HTIF_LONG_OPTIONS_OPTIND + 5:
line_size = atoi(optarg);
break;
case '?':
if (!opterr)

Loading…
Cancel
Save