Change g_class initialization to sparse format.

This commit is contained in:
phk 2003-03-24 19:46:26 +00:00
parent 1d5a2f14c0
commit 1016075ea8

View File

@ -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
};