From: Antonio Ospite Date: Wed, 10 Jun 2015 10:22:57 +0000 (+0200) Subject: am7xxx-modeswitch: reorder declarations of variables X-Git-Tag: v0.1.6~18 X-Git-Url: https://git.ao2.it/libam7xxx.git/commitdiff_plain/d584df17e94b4b6e0cf14a716cf5194811df2d92 am7xxx-modeswitch: reorder declarations of variables --- diff --git a/examples/am7xxx-modeswitch.c b/examples/am7xxx-modeswitch.c index 475ff4b..b431084 100644 --- a/examples/am7xxx-modeswitch.c +++ b/examples/am7xxx-modeswitch.c @@ -34,10 +34,9 @@ static unsigned char switch_command[] = int main(void) { int ret; - int transferred; libusb_device_handle *usb_device; - unsigned int len; + int transferred; ret = libusb_init(NULL); if (ret < 0) {