Fix missing semi-colon after struct definition
authorAlexandre Franke <alexandre.franke@gmail.com>
Mon, 5 Sep 2011 11:22:37 +0000 (13:22 +0200)
committerAlexandre Franke <alexandre.franke@gmail.com>
Mon, 5 Sep 2011 11:22:37 +0000 (13:22 +0200)
docs/reference/gobject/tut_howto.xml

index aefed0d..2cfcea6 100644 (file)
@@ -183,7 +183,7 @@ struct _MamanBar
 struct _MamanBarPrivate
 {
   int hsize;
-}
+};
 
 static void
 maman_bar_class_init (MamanBarClass *klass)