1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-11 07:17:58 +00:00

usbutils spelling :)

This commit is contained in:
Kano 2013-03-16 16:02:43 +11:00
parent d7d630b86c
commit c63ae9d981

View File

@ -1839,7 +1839,7 @@ void usb_initialise()
found = false;
#ifdef USE_BFLSC
if (strcasecmp(ptr, bflsc_drv.name) == 0) {
drv_count[bflsrc_drv.drv_id].limit = lim;
drv_count[bflsc_drv.drv_id].limit = lim;
found = true;
}
#endif