summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 6608df6111..34d65416dd 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -672,7 +672,7 @@ struct user_settings
672 unsigned char icon_file[MAX_FILENAME+1]; 672 unsigned char icon_file[MAX_FILENAME+1];
673 unsigned char viewers_icon_file[MAX_FILENAME+1]; 673 unsigned char viewers_icon_file[MAX_FILENAME+1];
674 unsigned char font_file[MAX_FILENAME+1]; /* last font */ 674 unsigned char font_file[MAX_FILENAME+1]; /* last font */
675 int glyphs; 675 int glyphs_to_cache; /* default font allocation size in glyphs */
676#ifdef HAVE_REMOTE_LCD 676#ifdef HAVE_REMOTE_LCD
677 unsigned char remote_font_file[MAX_FILENAME+1]; /* last font */ 677 unsigned char remote_font_file[MAX_FILENAME+1]; /* last font */
678#endif 678#endif