Skip to content

Commit

Permalink
darwin: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Hjelm <hjelmn@me.com>
  • Loading branch information
hjelmn committed Sep 13, 2016
1 parent 7f5f86f commit 2644d3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libusb/os/darwin_usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
#include <objc/objc-auto.h>
#endif

#if MAC_OS_X_VERSION_MIN_REQUIRED >= 101300
#if MAC_OS_X_VERSION_MIN_REQUIRED >= 101200
/* Apple deprecated the darwin atomics in 10.12 in favor of C11 atomics */
#include <stdatomic.h>
#define libusb_darwin_atomic_fetch_add(x, y) atomic_fetch_add(x, y)
Expand Down
2 changes: 1 addition & 1 deletion libusb/version_nano.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define LIBUSB_NANO 11144
#define LIBUSB_NANO 11145

0 comments on commit 2644d3e

Please sign in to comment.