Skip to content

Commit

Permalink
Correct typo in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
ImpulseAdventure committed Oct 23, 2018
1 parent a687af5 commit 55c8de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GUIslice_drv_sdl.c
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ const void* gslc_DrvFontAdd(gslc_teFontRefType eFontRefType,const void* pvFontRe
// file path to the font file
pFont = TTF_OpenFont((const char*)pvFontRef,nFontSz);
if (pFont == NULL) {
GSLC_DEBUG_PRINT("ERROR: DrvFontAdd(%s) failed in TTF_OpenFont failed\n",pvFontRef);
GSLC_DEBUG_PRINT("ERROR: DrvFontAdd(%s) failed in TTF_OpenFont\n",pvFontRef);
return NULL;
}
return (const void*)pFont;
Expand Down

0 comments on commit 55c8de3

Please sign in to comment.