summaryrefslogtreecommitdiff
path: root/testsuite/libffi.closures/testclosure.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/libffi.closures/testclosure.c')
-rw-r--r--testsuite/libffi.closures/testclosure.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/libffi.closures/testclosure.c b/testsuite/libffi.closures/testclosure.c
index ca31056..600368e 100644
--- a/testsuite/libffi.closures/testclosure.c
+++ b/testsuite/libffi.closures/testclosure.c
@@ -14,7 +14,7 @@ typedef struct cls_struct_combined {
float d;
} cls_struct_combined;
-void cls_struct_combined_fn(struct cls_struct_combined arg)
+static void cls_struct_combined_fn(struct cls_struct_combined arg)
{
printf("%g %g %g %g\n",
arg.a, arg.b,