Update the initializer for GEOM_MBREXT, I overlooked it previously.

This commit is contained in:
phk 2003-04-03 19:05:03 +00:00
parent 3288c86f74
commit aba0028d27

View File

@ -474,9 +474,8 @@ g_mbrext_taste(struct g_class *mp, struct g_provider *pp, int insist __unused)
static struct g_class g_mbrext_class = {
MBREXT_CLASS_NAME,
g_mbrext_taste,
NULL,
.name = MBREXT_CLASS_NAME,
.taste = g_mbrext_taste,
G_CLASS_INITIALIZER
};