From 313d1b54712be1643fd86ec385a943c60e7c2ddc Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Tue, 20 Sep 2022 17:27:53 -0400 Subject: [PATCH] (Structure Constructors): Fix previous change. --- c.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c.texi b/c.texi index 8eca379..c1ac5a6 100644 --- a/c.texi +++ b/c.texi @@ -6466,7 +6466,7 @@ as an array, because @example r1.data = r2.data; -@end data +@end example @noindent would convert the array objects (as always) to pointers to the zeroth