X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=common%2Fmenu.c;h=887e0cd71a1d9e4f6153b5d0908c09cc7c08d06d;hb=aad81ad98ff18d464ce5faa9cb535cbfa3ae3058;hp=fa0480bd1a00e7312a7b1fb10d4f2d6f2a692b76;hpb=b2f512cab27fa3ac45d2aa944899b1c2b582906d;p=libpicofe.git diff --git a/common/menu.c b/common/menu.c index fa0480b..887e0cd 100644 --- a/common/menu.c +++ b/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