X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fcommon%2Fmenu.c;h=887e0cd71a1d9e4f6153b5d0908c09cc7c08d06d;hb=553c3eaa3a4bda6ba99d925ecab518fe82530cd6;hp=fa0480bd1a00e7312a7b1fb10d4f2d6f2a692b76;hpb=db1d3564e69b422518701926bffdeae05379c400;p=picodrive.git diff --git a/platform/common/menu.c b/platform/common/menu.c index fa0480b..887e0cd 100644 --- a/platform/common/menu.c +++ b/platform/common/menu.c @@ -23,7 +23,7 @@ #include static char static_buff[64]; -static char menu_error_msg[64] = { 0, }; +char menu_error_msg[64] = { 0, }; static int menu_error_time = 0; #ifndef UIQ3