textscreen: Make FontForName parameter const
This commit is contained in:
parent
54a38844f7
commit
fff3741c78
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ static int Win32_UseLargeFont(void)
|
|||
|
||||
#endif
|
||||
|
||||
static const txt_font_t *FontForName(char *name)
|
||||
static const txt_font_t *FontForName(const char *name)
|
||||
{
|
||||
int i;
|
||||
const txt_font_t *fonts[] =
|
||||
|
|
|
|||
Loading…
Reference in a new issue