Fixed missing return in some c tests
This commit is contained in:
@@ -83,6 +83,7 @@ int basicPOSITest(char** drefs, int ac)
|
||||
{
|
||||
return -20000 + result;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
int testPOSI_Player()
|
||||
|
||||
Reference in New Issue
Block a user