canfdtest: main(): remove double ";"

Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
pull/224/head
Marc Kleine-Budde 2020-06-22 11:08:35 +02:00
parent 063e361cc5
commit d92adf68e8
1 changed files with 1 additions and 1 deletions

View File

@ -331,7 +331,7 @@ int main(int argc, char *argv[])
break;
case 'l':
test_loops = atoi(optarg);;
test_loops = atoi(optarg);
break;
case 'g':