From 3cbae9c767af8c29d3778bc32ed7a7cb8f0c3dc4 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 23 Feb 2019 15:04:36 +0100 Subject: [PATCH] Fix C89_BUILD errors --- menu/menu_animation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu/menu_animation.c b/menu/menu_animation.c index 3a1bbb5598..e5f861e36a 100644 --- a/menu/menu_animation.c +++ b/menu/menu_animation.c @@ -63,7 +63,7 @@ typedef struct menu_animation menu_animation_t; #define TICKER_SPEED 333 #define TICKER_SLOW_SPEED 1600 -static const char ticker_spacer_default[] = TICKER_SPACER_DEFAULT; +static const char ticker_spacer_default[] = TICKER_SPACER_DEFAULT static menu_animation_t anim; static retro_time_t cur_time = 0;