Skip to content

Commit

Permalink
freebsd: remove outdated fix (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
gballet committed May 18, 2021
1 parent 911d15f commit 4ea2095
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions hidapi/libusb/hid.c
Original file line number Diff line number Diff line change
Expand Up @@ -395,11 +395,7 @@ static wchar_t *get_usb_string(libusb_device_handle *dev, uint8_t idx)
size_t inbytes;
size_t outbytes;
size_t res;
#ifdef __FreeBSD__
const char *inptr;
#else
char *inptr;
#endif
char *outptr;
#endif

Expand Down

0 comments on commit 4ea2095

Please sign in to comment.