From 0cba3104bec8d4df241c1b42130f44fd8afb3d65 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 1 Sep 2020 04:15:20 +0200 Subject: [PATCH] Turn array static --- gfx/gfx_display.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/gfx_display.c b/gfx/gfx_display.c index a7149d528a..ae21356e6d 100644 --- a/gfx/gfx_display.c +++ b/gfx/gfx_display.c @@ -1686,7 +1686,7 @@ void gfx_display_draw_keyboard( unsigned i; int ptr_width, ptr_height; - float white[16]= { + static float white[16] = { 1.00, 1.00, 1.00, 1.00, 1.00, 1.00, 1.00, 1.00, 1.00, 1.00, 1.00, 1.00,