Browse Source

Merge branch 'bfgminer-2.8.x' into bfgminer-2.9.x

Luke Dashjr 13 years ago
parent
commit
c199756f6b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libztex.c

+ 1 - 1
libztex.c

@@ -133,7 +133,7 @@ static int libztex_configureFpgaHS(struct libztex_device *ztex, const char* firm
 	struct libztex_fpgastate state;
 	const int transactionBytes = 65536;
 	unsigned char buf[transactionBytes], settings[2];
-	int tries, cnt, buf_p, i;
+	int tries, cnt, buf_p, i, err;
 	ssize_t pos = 0;
 	FILE *fp;