From: Mark Wooding Date: Tue, 15 Dec 2015 19:15:23 +0000 (+0000) Subject: doc/structures.tex: Insert missing member name in structure display. X-Git-Url: https://git.distorted.org.uk/~mdw/sod/commitdiff_plain/e160ec736350f63d5127d954418eef5d667c7f30 doc/structures.tex: Insert missing member name in structure display. --- 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}