mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 15:48:48 -04:00
Change g_class initialization to sparse format.
This commit is contained in:
parent
96aa42527e
commit
5d445dcb4e
1 changed files with 1 additions and 3 deletions
|
|
@ -336,9 +336,7 @@ s_write(struct indir *ip, off_t offset, uintptr_t ptr)
|
|||
|
||||
|
||||
struct g_class g_md_class = {
|
||||
"MD",
|
||||
NULL,
|
||||
NULL,
|
||||
.name = "MD",
|
||||
G_CLASS_INITIALIZER
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue