common: One more fix.

This commit is contained in:
Solomon Peachy 2015-11-17 23:06:09 -05:00
parent f69834c963
commit f7cb38dc29
1 changed files with 1 additions and 1 deletions

View File

@ -371,7 +371,7 @@ static int print_scan_output(struct libusb_device *device,
int dlen = 0;
struct deviceid_dict dict[MAX_DICT];
char *ieee_id;
char *ieee_id = NULL;
if (libusb_open(device, &dev)) {
ERROR("Could not open device %04x:%04x (need to be root?)\n", desc->idVendor, desc->idProduct);