瀏覽代碼

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++)
 	{