diff --git a/libfprint/drivers/vfs301_proto.c b/libfprint/drivers/vfs301_proto.c index 103e890b..84e2318e 100644 --- a/libfprint/drivers/vfs301_proto.c +++ b/libfprint/drivers/vfs301_proto.c @@ -498,7 +498,7 @@ vfs301_proto_peek_event (FpDeviceVfs301 *dev) usb_recv (dev, e1, l1, NULL, &error); \ usb_recv (dev, e2, l2, NULL, NULL); \ if (g_error_matches (error, G_USB_DEVICE_ERROR, G_USB_DEVICE_ERROR_TIMED_OUT)) \ - usb_recv(dev, e1, l1, NULL, NULL); \ + usb_recv (dev, e1, l1, NULL, NULL); \ } static void diff --git a/libfprint/fpi-print.h b/libfprint/fpi-print.h index fe07c260..94670a02 100644 --- a/libfprint/fpi-print.h +++ b/libfprint/fpi-print.h @@ -43,7 +43,7 @@ gboolean fpi_print_add_from_image (FpPrint *print, GError **error); FpiMatchResult fpi_print_bz3_match (FpPrint * template, - FpPrint *print, + FpPrint * print, gint bz3_threshold, GError **error);