Explorar o código

missing semi-colon

Andra Hugo %!s(int64=11) %!d(string=hai) anos
pai
achega
a11ccd3e7b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
 #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.  */
 	/* Now that we have taken the data locks in locking order, fill the codelet interfaces in function order.  */
 	for (index = 0; index < nbuffers; index++)
 	for (index = 0; index < nbuffers; index++)
 	{
 	{