diff --git a/src/input/touch.c b/src/input/touch.c index 0b31f269..94324ec2 100644 --- a/src/input/touch.c +++ b/src/input/touch.c @@ -114,7 +114,7 @@ touch_down(struct wl_listener *listener, void *data) struct view *view = view_from_wlr_surface(touch_point->surface); struct mousebind *mousebind; - wl_list_for_each(mousebind, &rc.mousebinds,link) { + wl_list_for_each(mousebind, &rc.mousebinds, link) { if (mousebind->mouse_event == MOUSE_ACTION_PRESS && mousebind->button == BTN_LEFT && mousebind->context == LAB_SSD_CLIENT) {