Fixed build error with missing function prototype in the SDL_test_harness.h header
This commit is contained in:
parent
c2837ef634
commit
c1e292fcf8
2 changed files with 12 additions and 1 deletions
|
@ -50,7 +50,7 @@ static Uint32 SDLTest_TestCaseTimeout = 3600;
|
|||
*
|
||||
* \returns The generated seed string
|
||||
*/
|
||||
static char *
|
||||
char *
|
||||
SDLTest_GenerateRunSeed(const int length)
|
||||
{
|
||||
char *seed = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue