Corrected spelling in C source files of test suites.
This commit is contained in:
parent
e2fe26af28
commit
b5c9f3354d
5 changed files with 6 additions and 6 deletions
|
@ -96,7 +96,7 @@ clipboard_testClipboardTextFunctions(void *arg)
|
|||
SDLTest_AssertPass("Call to SDL_HasClipboardText succeeded");
|
||||
if (boolResult == SDL_TRUE) {
|
||||
intResult = SDL_SetClipboardText((const char *)NULL);
|
||||
SDLTest_AssertPass("Call to DL_SetClipboardText(NULL) succeeded");
|
||||
SDLTest_AssertPass("Call to SDL_SetClipboardText(NULL) succeeded");
|
||||
SDLTest_AssertCheck(
|
||||
intResult == 0,
|
||||
"Verify result from SDL_SetClipboardText(NULL), expected 0, got %i",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue