textscreen: Make name member const in txt_font_t

This commit is contained in:
Turo Lamminen 2018-03-03 00:11:30 +02:00
parent 83d0f369df
commit 54a38844f7

View file

@ -34,7 +34,7 @@
typedef struct
{
char *name;
const char *name;
const uint8_t *data;
unsigned int w;
unsigned int h;