From bdc8c721e44e214990af7212815eab573b0d18cd Mon Sep 17 00:00:00 2001 From: Derek Foreman Date: Wed, 7 Oct 2015 11:51:29 -0500 Subject: cosmetic: Remove a few double semicolons Signed-off-by: Derek Foreman --- desktop-shell/shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop-shell') diff --git a/desktop-shell/shell.c b/desktop-shell/shell.c index 7f007668..a355b489 100644 --- a/desktop-shell/shell.c +++ b/desktop-shell/shell.c @@ -4272,7 +4272,7 @@ xdg_get_xdg_popup(struct wl_client *client, } parent = wl_resource_get_user_data(parent_resource); - seat = get_shell_seat(wl_resource_get_user_data(seat_resource));; + seat = get_shell_seat(wl_resource_get_user_data(seat_resource)); /* Verify that we are creating the top most popup when mapping, * as it's not until then we know whether it was mapped as most -- cgit v1.2.1