Explorar o código

Add missing break

Samuel Thibault %!s(int64=7) %!d(string=hai) anos
pai
achega
a69c2582e0
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/debug/traces/starpu_fxt.c

+ 1 - 0
src/debug/traces/starpu_fxt.c

@@ -3698,6 +3698,7 @@ void _starpu_fxt_parse_new_file(char *filename_in, struct starpu_fxt_options *op
 
 			case _STARPU_MPI_FUT_TEST_END:
 				handle_mpi_test_end(&ev, options);
+				break;
 
 			case _STARPU_MPI_FUT_POLLING_BEGIN:
 				handle_mpi_polling_begin(&ev, options);