Commit 4c4d3b51b024706aa0c9d43bf68e0d9d03d332db

nelisky 2012-05-03T10:28:29

fix typo

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/driver-ztex.c b/driver-ztex.c
index 24a2a1b..bbfd9b1 100644
--- a/driver-ztex.c
+++ b/driver-ztex.c
@@ -360,7 +360,7 @@ static bool ztex_prepare(struct thr_info *thr)
 	gettimeofday(&now, NULL);
 	get_datestamp(cgpu->init, &now);
 	
-	libztex_selectFpga(ztex);
+	ztex_selectFpga(ztex);
 	if (libztex_configureFpga(ztex) != 0)
 		return false;
 	ztex_releaseFpga(ztex);