diff --git a/common/opentype_test.c b/common/opentype_test.c index b494527b..b883c53b 100644 --- a/common/opentype_test.c +++ b/common/opentype_test.c @@ -68,7 +68,7 @@ struct testingT { const char *name; void (*f)(testingT *); int failed; - struct testingprivTest *next; + testingT *next; }; static testingT *tests = NULL;