From 30b2899c45409219535c69b0f7290f2f924006e4 Mon Sep 17 00:00:00 2001 From: Pierre-Marie de Rodat Date: Tue, 28 Nov 2023 15:57:15 +0000 Subject: [PATCH] c_api/property_with_args: fix invalid argument type --- testsuite/tests/c_api/property_with_args/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/tests/c_api/property_with_args/test.c b/testsuite/tests/c_api/property_with_args/test.c index 663ebac5e..7a89901e0 100644 --- a/testsuite/tests/c_api/property_with_args/test.c +++ b/testsuite/tests/c_api/property_with_args/test.c @@ -6,7 +6,7 @@ #include "utils.h" static void -dump_identifier(ada_base_node id) +dump_identifier(ada_node *id) { ada_text text; ada_token name;