Commit c87460b34ece2ce9d87b7c0066fb6fc77241764c

Con Kolivas 2012-01-26T19:42:57

Typo.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/ocl.c b/ocl.c
index 569c266..1811a52 100644
--- a/ocl.c
+++ b/ocl.c
@@ -474,7 +474,7 @@ build:
 	/* create a cl program executable for all the devices specified */
 	char *CompilerOptions = calloc(1, 256);
 
-	sprintf(CompilerOptions, "-D WORKSIZE=%d -DV ECTORS%d",
+	sprintf(CompilerOptions, "-D WORKSIZE=%d -D VECTORS%d",
 		(int)clState->work_size, clState->preferred_vwidth);
 	if (opt_debug)
 		applog(LOG_DEBUG, "Setting worksize to %d", clState->work_size);