From be649bdad2368377c9bfdee5538a5cd933500946 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Tue, 31 Jan 2023 15:54:36 +0100 Subject: [PATCH] tests/native-pointer-constraints: Remove extra semicolon Part-of: --- src/tests/native-pointer-constraints.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/native-pointer-constraints.c b/src/tests/native-pointer-constraints.c index 65678d5d2..db623cfd7 100644 --- a/src/tests/native-pointer-constraints.c +++ b/src/tests/native-pointer-constraints.c @@ -107,7 +107,7 @@ meta_test_warp_on_hotplug (void) if (!test_client) g_error ("Failed to launch test client: %s", error->message); - run_test_client_command (test_client, "create", "1", NULL);; + run_test_client_command (test_client, "create", "1", NULL); run_test_client_command (test_client, "show", "1", NULL); run_test_client_command (test_client, "sync", NULL);