From 4c4d3b51b024706aa0c9d43bf68e0d9d03d332db Mon Sep 17 00:00:00 2001 From: nelisky Date: Thu, 3 May 2012 10:28:29 -0700 Subject: [PATCH] fix typo --- driver-ztex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver-ztex.c b/driver-ztex.c index 24a2a1bb..bbfd9b18 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);