From 163b1e7d745c439ce421e6bdebe7869633245ee2 Mon Sep 17 00:00:00 2001 From: Andre Maroneze <andre.maroneze@cea.fr> Date: Wed, 28 Apr 2021 22:31:01 +0200 Subject: [PATCH] [Doc] update example in Eva user manual --- doc/value/examples/parametrizing/context-depth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/value/examples/parametrizing/context-depth.c b/doc/value/examples/parametrizing/context-depth.c index 4ced05618bc..fa3271d3d7a 100644 --- a/doc/value/examples/parametrizing/context-depth.c +++ b/doc/value/examples/parametrizing/context-depth.c @@ -1,4 +1,4 @@ -struct S { int v; struct S *next; }; +struct S { long v; struct S *next; }; struct S s; -- GitLab