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);