summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/font.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/font.c b/firmware/font.c
index 3b7e714771..1b5825ae86 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 )
529 pdata->disabled = false; 529 pdata->disabled = false;
530 530
531 /* load and init */ 531 /* load and init */
532 struct font *pf = &pdata->pf; 532 struct font *pf = &pdata->font;
533 memcpy(pf, &f, sizeof( struct font) ); 533 memcpy(pf, &f, sizeof( struct font) );
534 534
535 pf->fd = fd; 535 pf->fd = fd;