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