1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-23 04:54:26 +00:00

Trivial style change

This commit is contained in:
Con Kolivas 2013-04-26 12:39:21 +10:00
parent c30391225f
commit 5c30059142

View File

@ -661,8 +661,8 @@ static bool bflsc_detect_one(struct libusb_device *dev, struct usb_find_devices
bool ident_first;
char *newname;
struct cgpu_info *bflsc = NULL;
bflsc = calloc(1, sizeof(*bflsc));
struct cgpu_info *bflsc = calloc(1, sizeof(*bflsc));
bflsc->drv = &bflsc_drv;
bflsc->deven = DEV_ENABLED;
bflsc->threads = 1;