summaryrefslogtreecommitdiff
path: root/docs/reference/gobject/tut_howto.xml
diff options
context:
space:
mode:
authoreyelash <user142@hotmail.com>2018-11-18 08:05:28 +0000
committereyelash <user142@hotmail.com>2018-11-18 08:05:28 +0000
commitfccce84d937eb94b1a591ffaa19bf6cb5f8b6ef3 (patch)
treee345ca98df334bbb72ae144e6b6b957c2d6ea59f /docs/reference/gobject/tut_howto.xml
parent8a96fca3908609407f59c8f5be8de982a76114c1 (diff)
downloadglib-fccce84d937eb94b1a591ffaa19bf6cb5f8b6ef3.tar.gz
docs: add a missing semicolon
Diffstat (limited to 'docs/reference/gobject/tut_howto.xml')
-rw-r--r--docs/reference/gobject/tut_howto.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/gobject/tut_howto.xml b/docs/reference/gobject/tut_howto.xml
index daaad4697..0c0393da6 100644
--- a/docs/reference/gobject/tut_howto.xml
+++ b/docs/reference/gobject/tut_howto.xml
@@ -212,7 +212,7 @@ struct _ViewerFile
GObject parent_instance;
/* Other members, including private data. */
-}
+};
</programlisting></informalexample>
</para>