Oops, missed a spot when cleaning up the previous commit. Fixed.

This commit is contained in:
Pietro Gagliardi 2018-02-28 01:22:16 -05:00
parent 5ab1266b5d
commit cf15dba2ef
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ struct testingT {
const char *name;
void (*f)(testingT *);
int failed;
struct testingprivTest *next;
testingT *next;
};
static testingT *tests = NULL;