mirror of https://github.com/encounter/SDL.git
Fixed typo in log message.
This commit is contained in:
parent
8f78f5bb94
commit
33ff5bd148
|
@ -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…
Reference in New Issue