summaryrefslogtreecommitdiff
path: root/tests/at-spi2-atk/atk_test_util.c
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2022-09-07 20:51:35 -0500
committerFederico Mena Quintero <federico@gnome.org>2023-05-09 10:03:10 -0600
commit74968d2ced63e0ed12890a12ec41255c24bcc2a0 (patch)
tree846e130a95e066e8972c494e3e7c78753fa671b9 /tests/at-spi2-atk/atk_test_util.c
parentf9270d7504b5ac0488bb381933a516b2e74e097f (diff)
downloadat-spi2-core-74968d2ced63e0ed12890a12ec41255c24bcc2a0.tar.gz
Make get_root_obj() static
All the tests use the TestAppFixture instead.
Diffstat (limited to 'tests/at-spi2-atk/atk_test_util.c')
-rw-r--r--tests/at-spi2-atk/atk_test_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/at-spi2-atk/atk_test_util.c b/tests/at-spi2-atk/atk_test_util.c
index 73c2f762..3f63ba06 100644
--- a/tests/at-spi2-atk/atk_test_util.c
+++ b/tests/at-spi2-atk/atk_test_util.c
@@ -88,7 +88,7 @@ try_get_root_obj (AtspiAccessible *obj)
return NULL;
}
-AtspiAccessible *
+static AtspiAccessible *
get_root_obj (const char *file_name)
{
int tries = 0;