From d584df17e94b4b6e0cf14a716cf5194811df2d92 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Wed, 10 Jun 2015 12:22:57 +0200 Subject: [PATCH] am7xxx-modeswitch: reorder declarations of variables --- examples/am7xxx-modeswitch.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) { -- 2.1.4