removed unnecessary ampersands
This commit is contained in:
@@ -33,7 +33,7 @@ static void tests(TestState *);
|
||||
void
|
||||
main()
|
||||
{
|
||||
run_tests(&tests);
|
||||
run_tests(tests);
|
||||
exits(0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user