mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-30 05:43:28 +02:00
Fix missing semi-colon after struct definition
This commit is contained in:
@@ -183,7 +183,7 @@ struct _MamanBar
|
||||
struct _MamanBarPrivate
|
||||
{
|
||||
int hsize;
|
||||
}
|
||||
};
|
||||
|
||||
static void
|
||||
maman_bar_class_init (MamanBarClass *klass)
|
||||
|
Reference in New Issue
Block a user