Fix for build warning 54/149654/1
authorjh8801.jung <jh8801.jung@samsung.com>
Wed, 13 Sep 2017 00:26:48 +0000 (09:26 +0900)
committerjh8801.jung <jh8801.jung@samsung.com>
Wed, 13 Sep 2017 00:27:29 +0000 (09:27 +0900)
Signed-off-by: jh8801.jung <jh8801.jung@samsung.com>
Change-Id: Ic6269474fcfada61223bb642a15b0d22cb7a4aaa

src/libusb1-glue.c

index 51732a5..5c8c46a 100755 (executable)
@@ -611,8 +611,8 @@ int LIBMTP_Check_Specific_Device(int busno, int devno)
     if (libusb_get_device_address(devs[i]) != devno)
       continue;
 
-      if (probe_device_descriptor(devs[i], NULL))
-       return 1;
+    if (probe_device_descriptor(devs[i], NULL))
+      return 1;
   }
   return 0;
 }