diff options
| author | Adam Shapiro <[email protected]> | 2015-12-04 14:26:28 -0800 |
|---|---|---|
| committer | Adam Shapiro <[email protected]> | 2015-12-04 14:26:28 -0800 |
| commit | 381baa75544d677fd0dc3a26b30a435a7edde696 (patch) | |
| tree | 8e625cb73332b5068b740443c3fd19dd881ff693 /usb/usbview/display.c | |
| parent | 5b815f85ef86b2c2522dbd79e9b1b900f8fb77e4 (diff) | |
Updates to the Usbview sample application
Changed display.c and vndrlist.h
Diffstat (limited to 'usb/usbview/display.c')
| -rw-r--r-- | usb/usbview/display.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usb/usbview/display.c b/usb/usbview/display.c index 9ee63a14..3191d97f 100644 --- a/usb/usbview/display.c +++ b/usb/usbview/display.c @@ -4870,7 +4870,7 @@ GetVendorString ( USHORT idVendor ) { - PUSBVENDORID vendorID = NULL; + PVENDOR_ID vendorID = NULL; if (idVendor == 0x0000) { |
