mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 07:56:17 +01:00
Fix missing semi-colon after struct definition
This commit is contained in:
parent
2fce869f10
commit
c32c9526ad
@ -183,7 +183,7 @@ struct _MamanBar
|
||||
struct _MamanBarPrivate
|
||||
{
|
||||
int hsize;
|
||||
}
|
||||
};
|
||||
|
||||
static void
|
||||
maman_bar_class_init (MamanBarClass *klass)
|
||||
|
Loading…
Reference in New Issue
Block a user