Browse Source

usbutils.c remove compiler warning

nfactor-troky
Kano 12 years ago
parent
commit
3a91d8eb61
  1. 1
      usbutils.c

1
usbutils.c

@ -1133,6 +1133,7 @@ int _usb_read(struct cgpu_info *cgpu, int ep, char *buf, size_t bufsiz, int *pro @@ -1133,6 +1133,7 @@ int _usb_read(struct cgpu_info *cgpu, int ep, char *buf, size_t bufsiz, int *pro
}
tot = 0;
err = LIBUSB_SUCCESS;
while (bufsiz) {
got = 0;
STATS_TIMEVAL(&tv_start);

Loading…
Cancel
Save