From b89067ce0d6352aa4254e370585bf4c405d2fb8b Mon Sep 17 00:00:00 2001 From: Miriam Ruiz Date: Wed, 3 Dec 2008 12:17:26 +0100 Subject: [PATCH] Remove static label from joymnu functions --- src/joymnu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/joymnu.c b/src/joymnu.c index 24aaa38..b265531 100644 --- a/src/joymnu.c +++ b/src/joymnu.c @@ -21,7 +21,7 @@ void probar_el_joystick(int nj) y cambia de color cuando presiona el boton 1,2 o 3 usa d2 para propositos internos... */ - static int xbox_joystick_test_proc(int msg, DIALOG *d, int c) + int xbox_joystick_test_proc(int msg, DIALOG *d, int c) { int new_pos = 0; int pos_x = 0 , pos_y = 0; // posicion (-1 = abj,izq, 1 = arr,der ) -- 2.11.4.GIT