mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-30 17:49:02 +00:00
smartcard: Fix statement termination
Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Victor Toso <victortoso@redhat.com>
This commit is contained in:
parent
d8d5c48ad6
commit
60a61be549
@ -559,7 +559,7 @@ red_smartcard_channel_class_init(RedSmartcardChannelClass *klass)
|
||||
object_class->constructed = red_smartcard_channel_constructed;
|
||||
|
||||
channel_class->parser = spice_get_client_channel_parser(SPICE_CHANNEL_SMARTCARD, NULL);
|
||||
channel_class->handle_message = smartcard_channel_client_handle_message,
|
||||
channel_class->handle_message = smartcard_channel_client_handle_message;
|
||||
|
||||
channel_class->send_item = smartcard_channel_send_item;
|
||||
channel_class->handle_migrate_flush_mark = smartcard_channel_client_handle_migrate_flush_mark;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user