Fixed typo in log message.
This commit is contained in:
parent
19671bbea6
commit
0ab0fb445c
1 changed files with 1 additions and 1 deletions
|
@ -483,7 +483,7 @@ SDLTest_PrintPixelFormat(Uint32 format)
|
|||
{
|
||||
switch (format) {
|
||||
case SDL_PIXELFORMAT_UNKNOWN:
|
||||
SDL_Log("Unknwon");
|
||||
SDL_Log("Unknown");
|
||||
break;
|
||||
case SDL_PIXELFORMAT_INDEX1LSB:
|
||||
SDL_Log("Index1LSB");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue