diff --git a/test/testautomation_stdlib.c b/test/testautomation_stdlib.c index f086c6d44..93ce8911d 100644 --- a/test/testautomation_stdlib.c +++ b/test/testautomation_stdlib.c @@ -126,7 +126,7 @@ static const SDLTest_TestCaseReference stdlibTest1 = { (SDLTest_TestCaseFp)stdlib_strlcpy, "stdlib_strlcpy", "Call to SDL_strlcpy", TEST_ENABLED }; static const SDLTest_TestCaseReference stdlibTest2 = - { (SDLTest_TestCaseFp)stdlib_snprintf, "stdlib_snprintf", "Call to SDL_sprintf", TEST_ENABLED }; + { (SDLTest_TestCaseFp)stdlib_snprintf, "stdlib_snprintf", "Call to SDL_snprintf", TEST_ENABLED }; /* Sequence of Standard C routine test cases */ static const SDLTest_TestCaseReference *stdlibTests[] = {