commit | e780faf098c87d437bc5f6a923a581a6686306e3 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Aug 26 00:54:10 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Aug 26 00:54:10 2015 +0000 |
tree | b014f1c38731986048e8bf37c4f9411b29a52be7 | |
parent | d0197079093aed292c4047519547823843868f17 [diff] | |
parent | d1b7a566008bc2b06f192512014f6d396534dd02 [diff] |
Merge "Possible Mac build fix."
diff --git a/adb/usb_osx.cpp b/adb/usb_osx.cpp index 2ba3ff7..0ce85f3 100644 --- a/adb/usb_osx.cpp +++ b/adb/usb_osx.cpp
@@ -118,7 +118,7 @@ IOUSBDeviceInterface197 **dev = NULL; HRESULT result; SInt32 score; - UInt32 locationId; + uint32_t locationId; UInt8 if_class, subclass, protocol; UInt16 vendor; UInt16 product;