mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-03 18:30:12 +01:00
touchpad: add missing break statement
No effect since it was the last case, but it's more correct. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
0dc058a0c7
commit
9f584fcd5b
1 changed files with 1 additions and 0 deletions
|
|
@ -311,6 +311,7 @@ tp_process_absolute(struct tp_dispatch *tp,
|
|||
tp_new_touch(tp, t, time);
|
||||
else
|
||||
tp_end_sequence(tp, t, time);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue