Browse Source

usbutils spelling :)

Kano 13 years ago
parent
commit
c63ae9d981
1 changed files with 1 additions and 1 deletions
  1. 1 1
      usbutils.c

+ 1 - 1
usbutils.c

@@ -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