Pārlūkot izejas kodu

missing semi-colon

Andra Hugo 11 gadi atpakaļ
vecāks
revīzija
a11ccd3e7b
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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++)
 	{