docs: add a missing semicolon

This commit is contained in:
eyelash 2018-11-18 08:05:28 +00:00
parent 8a96fca390
commit fccce84d93

View File

@ -212,7 +212,7 @@ struct _ViewerFile
GObject parent_instance;
/* Other members, including private data. */
}
};
</programlisting></informalexample>
</para>