Skip to content

Commit

Permalink
Bugfix typos - fishcamp (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
pawel-soja committed Mar 25, 2021
1 parent 8815d2d commit 53dfd7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libfishcamp/fishcamp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1970,7 +1970,7 @@ void fcUsb_init(void)
#if LIBUSB_API_VERSION >= 0x01000106
libusb_set_option(gCtx, LIBUSB_OPTION_LOG_LEVEL, 3);
#else
libusb_set_debug(ctx, loglevel);
libusb_set_debug(gCtx, 3);
#endif

if (!gFWInitialized)
Expand Down

0 comments on commit 53dfd7e

Please sign in to comment.