Browse Source

fix fallthrough

Samuel Thibault 8 years ago
parent
commit
ade066aa8d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/debug/traces/starpu_fxt.c

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

@@ -2893,6 +2893,7 @@ void _starpu_fxt_parse_new_file(char *filename_in, struct starpu_fxt_options *op
 				break;
 			case _STARPU_FUT_USED_MEM:
 				handle_used_mem(&ev, options);
+				break;
 
 			case _STARPU_FUT_USER_EVENT:
 				handle_user_event(&ev, options);