gregkh / usbutils

USB utilities for Linux, including lsusb
http://www.linux-usb.org
371 stars 203 forks source link

Don't use C99-ism #41

Closed ebassi closed 8 years ago

ebassi commented 8 years ago

Declare the loop iterator before using it.

Fixes #40

Signed-off-by: Emmanuele Bassi ebassi@gnome.org

gregkh commented 8 years ago

Thanks for the fix.