From f9d087f6cc7499b0061d1ee221c71cdd7b067464 Mon Sep 17 00:00:00 2001 From: Locria Cyber <74560659+locriacyber@users.noreply.github.com> Date: Sat, 6 Aug 2022 22:54:53 +0800 Subject: [PATCH] Fix typo --- include/qubes-gui-protocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/qubes-gui-protocol.h b/include/qubes-gui-protocol.h index 558915f..15de63a 100644 --- a/include/qubes-gui-protocol.h +++ b/include/qubes-gui-protocol.h @@ -284,6 +284,6 @@ struct msg_xi_focus { // since this is the only way prevent Ctrl getting stuck uint32_t modifier_effective; uint32_t _reserved[7]; -} +}; #endif /* QUBES_GUI_PROTOCOL_H */