From cf15dba2efb9d2d94f3214c47f850ed3e3495aee Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 28 Feb 2018 01:22:16 -0500 Subject: [PATCH] Oops, missed a spot when cleaning up the previous commit. Fixed. --- common/opentype_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;