vfs5011: Remove the stray ;

This commit is contained in:
Marco Trevisan (Treviño) 2020-12-14 18:16:43 +01:00
parent ed5339c4f5
commit 3560a0f1e7

View file

@ -815,8 +815,6 @@ dev_close (FpImageDevice *dev)
GError *error = NULL;
FpDeviceVfs5011 *self = FPI_DEVICE_VFS5011 (dev);
;
g_usb_device_release_interface (fpi_device_get_usb_device (FP_DEVICE (dev)),
0, 0, &error);