Update the initializer for GEOM_MBREXT, I overlooked it previously.

This commit is contained in:
Poul-Henning Kamp
2003-04-03 19:05:03 +00:00
parent 4c763c77dc
commit ab0ff32ea1
+2 -3
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
};