From e160ec736350f63d5127d954418eef5d667c7f30 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Tue, 15 Dec 2015 19:15:23 +0000 Subject: [PATCH] doc/structures.tex: Insert missing member name in structure display. --- doc/structures.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/structures.tex b/doc/structures.tex index 1cd0bfc..8be9a65 100644 --- a/doc/structures.tex +++ b/doc/structures.tex @@ -97,7 +97,7 @@ recommended. union \{ \\ \ind struct SodObject__ichain_obj \{ \\ \ind const struct SodObject__vt_obj *_vt; \- \\ - \}; \- \\ + \} obj; \- \\ \} obj; \- \\ \}; \end{prog} -- 2.11.0