textscreen: Make name member const in txt_font_t
This commit is contained in:
parent
83d0f369df
commit
54a38844f7
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
typedef struct
|
||||
{
|
||||
char *name;
|
||||
const char *name;
|
||||
const uint8_t *data;
|
||||
unsigned int w;
|
||||
unsigned int h;
|
||||
|
|
|
|||
Loading…
Reference in a new issue