소스 검색

missing semi-colon

Andra Hugo 11 년 전
부모
커밋
a11ccd3e7b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/datawizard/coherency.c

+ 1 - 1
src/datawizard/coherency.c

@@ -736,7 +736,7 @@ int _starpu_fetch_task_input(struct _starpu_job *j)
 #endif
 	}
 
-	_STARPU_TRACE_DATA_LOAD(workerid,total_size)
+	_STARPU_TRACE_DATA_LOAD(workerid,total_size);
 	/* Now that we have taken the data locks in locking order, fill the codelet interfaces in function order.  */
 	for (index = 0; index < nbuffers; index++)
 	{