mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-14 07:18:13 +00:00
Fixed typo in log message.
This commit is contained in:
@@ -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");
|
||||
|
Reference in New Issue
Block a user