summaryrefslogtreecommitdiffstats
path: root/src/usbmux.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/usbmux.c')
-rw-r--r--src/usbmux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usbmux.c b/src/usbmux.c
index dd3ac1a..ed23278 100644
--- a/src/usbmux.c
+++ b/src/usbmux.c
@@ -428,7 +428,7 @@ int usbmux_get_specific_device(int bus_n, int dev_n,
428int usbmux_free_device(usbmux_device_t device) 428int usbmux_free_device(usbmux_device_t device)
429{ 429{
430 char buf[512]; 430 char buf[512];
431 int bytes; 431 int bytes = -1;
432 432
433 if (!device) 433 if (!device)
434 return -EINVAL; 434 return -EINVAL;