mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-12 21:50:36 +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…
x
Reference in New Issue
Block a user