summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/credits.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/credits.c b/apps/credits.c
index 95a5847d36..11ea7ebc31 100644
--- a/apps/credits.c
+++ b/apps/credits.c
@@ -73,6 +73,8 @@ void roll_credits(void)
73 int height; 73 int height;
74 int width; 74 int width;
75 75
76 lcd_setfont(FONT_UI);
77
76 lcd_getstringsize("A", &width, &height); 78 lcd_getstringsize("A", &width, &height);
77 79
78 while(1) { 80 while(1) {