summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/font.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/font.c b/firmware/font.c
index 3b7e714..1b5825a 100644
--- a/firmware/font.c
+++ b/firmware/font.c
@@ -529,7 +529,7 @@ int font_load_ex( const char *path, size_t buf_size, int glyphs )
pdata->disabled = false;
/* load and init */
- struct font *pf = &pdata->pf;
+ struct font *pf = &pdata->font;
memcpy(pf, &f, sizeof( struct font) );
pf->fd = fd;