Skip to content

Commit

Permalink
Remove duplicate ';' (closes #602)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane committed Oct 18, 2021
1 parent d9054d4 commit 4dbef35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit-test-server.c
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ int main(int argc, char*argv[])

/* Initialize values of INPUT REGISTERS */
for (i=0; i < UT_INPUT_REGISTERS_NB; i++) {
mb_mapping->tab_input_registers[i] = UT_INPUT_REGISTERS_TAB[i];;
mb_mapping->tab_input_registers[i] = UT_INPUT_REGISTERS_TAB[i];
}

if (use_backend == TCP) {
Expand Down

0 comments on commit 4dbef35

Please sign in to comment.