summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/screens.c3
-rw-r--r--docs/CREDITS1
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/screens.c b/apps/screens.c
index 80b8484e35..a926063efc 100644
--- a/apps/screens.c
+++ b/apps/screens.c
@@ -436,8 +436,7 @@ bool quick_screen(int context, int button)
436 context = context; 436 context = context;
437 lcd_setfont(FONT_SYSFIXED); 437 lcd_setfont(FONT_SYSFIXED);
438 438
439 if(button==BUTTON_F2) 439 lcd_getstringsize("A",&w,&h);
440 lcd_getstringsize("A",&w,&h);
441 440
442 while (!exit) { 441 while (!exit) {
443 char* ptr=NULL; 442 char* ptr=NULL;
diff --git a/docs/CREDITS b/docs/CREDITS
index d49b5fdcd2..22377729c1 100644
--- a/docs/CREDITS
+++ b/docs/CREDITS
@@ -89,3 +89,4 @@ Gerald Vanbaren
89Christi Scarborough 89Christi Scarborough
90Steve Cundari 90Steve Cundari
91Mat Holton 91Mat Holton
92Jan Gajdos