diff options
Diffstat (limited to 'hw/usb/u2f-passthru.c')
-rw-r--r-- | hw/usb/u2f-passthru.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/usb/u2f-passthru.c b/hw/usb/u2f-passthru.c index ec4f616..8df5215 100644 --- a/hw/usb/u2f-passthru.c +++ b/hw/usb/u2f-passthru.c @@ -518,7 +518,6 @@ static const VMStateDescription u2f_passthru_vmstate = { static const Property u2f_passthru_properties[] = { DEFINE_PROP_STRING("hidraw", U2FPassthruState, hidraw), - DEFINE_PROP_END_OF_LIST(), }; static void u2f_passthru_class_init(ObjectClass *klass, void *data) |