From: Yuxuan Shui yshui@codeweavers.com
--- dlls/uiautomationcore/tests/uiautomation.c | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/dlls/uiautomationcore/tests/uiautomation.c b/dlls/uiautomationcore/tests/uiautomation.c index e49fb668cc8..01813e72370 100644 --- a/dlls/uiautomationcore/tests/uiautomation.c +++ b/dlls/uiautomationcore/tests/uiautomation.c @@ -10476,6 +10476,7 @@ static const struct prov_method_sequence nav_seq9[] = { { &Provider, PROV_GET_PROVIDER_OPTIONS, METHOD_OPTIONAL }, { &Provider_nc, PROV_GET_PROVIDER_OPTIONS, METHOD_OPTIONAL }, { &Provider_hwnd, PROV_GET_PROVIDER_OPTIONS, METHOD_OPTIONAL }, + { 0 }, };
static const struct prov_method_sequence nav_seq10[] = { @@ -10554,6 +10555,7 @@ static const struct prov_method_sequence nav_seq14[] = { static const struct prov_method_sequence nav_seq15[] = { NODE_CREATE_SEQ(&Provider_child2_child_child), { &Provider_child2_child_child, PROV_GET_PROPERTY_VALUE }, /* UIA_ProviderDescriptionPropertyId */ + { 0 }, };
static const struct prov_method_sequence nav_seq16[] = {