Browse Source

Merge commit '67c5da4' into update_avalon_20130524

Conflicts:
	miner.h
Luke Dashjr 12 years ago
parent
commit
b0d85a6b02
1 changed files with 1 additions and 1 deletions
  1. 1 1
      miner.h

+ 1 - 1
miner.h

@@ -432,11 +432,11 @@ struct cgpu_info {
 #ifdef USE_X6500
 		struct ft232r_device_handle *device_ft232r;
 #endif
+	};
 #ifdef USE_AVALON
 	struct work **works;
 	int queued;
 #endif
-	};
 #ifdef USE_BITFORCE
 	struct timeval work_start_tv;
 	unsigned int wait_ms;