diff options
Diffstat (limited to 'tools/avctrl.c')
| -rw-r--r-- | tools/avctrl.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/avctrl.c b/tools/avctrl.c index 463af945..7b5e685b 100644 --- a/tools/avctrl.c +++ b/tools/avctrl.c @@ -142,7 +142,7 @@ static int find_devices(struct device_info *devinfo, size_t size)  	struct usb_bus *bus;  	struct usb_device *dev;  	struct device_id *id; -	int count = 0; +	unsigned int count = 0;  	usb_find_busses();  	usb_find_devices();  | 
