mirror of https://github.com/libsdl-org/SDL
Fixed typo in log message in testime program.
This commit is contained in:
parent
44246cdae3
commit
707ee5be26
|
@ -146,7 +146,7 @@ static void unifont_init(const char *fontname)
|
||||||
break; /* EOF */
|
break; /* EOF */
|
||||||
if ((numGlyphs == 0 && bytesRead == 0) || (numGlyphs > 0 && bytesRead < 9))
|
if ((numGlyphs == 0 && bytesRead == 0) || (numGlyphs > 0 && bytesRead < 9))
|
||||||
{
|
{
|
||||||
SDL_LogError(SDL_LOG_CATEGORY_APPLICATION, "unfiont: Unexpected end of hex file.\n");
|
SDL_LogError(SDL_LOG_CATEGORY_APPLICATION, "unifont: Unexpected end of hex file.\n");
|
||||||
exit(-1);
|
exit(-1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue