From bd2aaa246dae9ed1896d48ee4a5594c41107d123 Mon Sep 17 00:00:00 2001 From: Povilas Kanapickas Date: Mon, 19 Oct 2020 21:09:49 +0300 Subject: Remove extraneous semicolon --- src/xf86libinput.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xf86libinput.c b/src/xf86libinput.c index 3c2afa7..2cb0d51 100644 --- a/src/xf86libinput.c +++ b/src/xf86libinput.c @@ -1705,7 +1705,7 @@ xf86libinput_handle_touch(InputInfoPtr pInfo, break; default: return; - }; + } valuator_mask_zero(m); -- cgit v1.2.1