Change g_class initialization to sparse format.

This commit is contained in:
Poul-Henning Kamp 2003-03-24 19:46:26 +00:00
parent 96aa42527e
commit 5d445dcb4e

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