Browse Source

fix build

Samuel Thibault 11 years ago
parent
commit
5ac25e5658
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/core/sched_policy.c

+ 1 - 1
src/core/sched_policy.c

@@ -594,8 +594,8 @@ pick:
 			been_here[i] = 0;
 
 		while(!task)
-		{
 #endif
+		{
 			if(worker->nsched_ctxs == 1)
 				sched_ctx = _starpu_get_initial_sched_ctx();
 			else