mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-19 17:58:13 +00:00
Fixed build error with missing function prototype in the SDL_test_harness.h header
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user