Browse Source

Fix build.

Cyril Roelandt 13 years ago
parent
commit
1f57502c89
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/opt/pi/pi_redux.c

+ 1 - 1
examples/opt/pi/pi_redux.c

@@ -230,7 +230,7 @@ static struct starpu_codelet pi_cl_redux =
 	.cuda_funcs = {pi_func_cuda, NULL},
 #endif
 	.nbuffers = 2,
-	.modes    = {STARPU_SCRATCH, STARPU_REDUX}
+	.modes    = {STARPU_SCRATCH, STARPU_REDUX},
 	.model = NULL
 };