mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2025-01-07 18:39:37 +01:00
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
Block a user