Browse Source

fix typo

nfactor-troky
nelisky 13 years ago
parent
commit
4c4d3b51b0
  1. 2
      driver-ztex.c

2
driver-ztex.c

@ -360,7 +360,7 @@ static bool ztex_prepare(struct thr_info *thr)
gettimeofday(&now, NULL); gettimeofday(&now, NULL);
get_datestamp(cgpu->init, &now); get_datestamp(cgpu->init, &now);
libztex_selectFpga(ztex); ztex_selectFpga(ztex);
if (libztex_configureFpga(ztex) != 0) if (libztex_configureFpga(ztex) != 0)
return false; return false;
ztex_releaseFpga(ztex); ztex_releaseFpga(ztex);

Loading…
Cancel
Save