Browse Source

src/drivers/cuda/driver_cuda.c: fix typo

Nathalie Furmento 11 years ago
parent
commit
cac7d80ba8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/drivers/cuda/driver_cuda.c

+ 1 - 1
src/drivers/cuda/driver_cuda.c

@@ -490,8 +490,8 @@ static void execute_job_on_cuda(struct starpu_task *task, struct _starpu_worker
 			if (k == (int) worker->set->nworkers)
 				/* Everybody busy */
 				_STARPU_TRACE_START_EXECUTING();
-		}
 #endif
+		}
 	}
 	else
 #else