platform/android_nosdl: fix forgotten static

This commit is contained in:
mittorn
2024-02-27 05:01:13 +03:00
committed by Alibek Omarov
parent 26cbb1d6bf
commit bd5309b018
4 changed files with 17 additions and 3 deletions
+1 -1
View File
@@ -169,7 +169,7 @@ struct jnimethods_s jni;
struct jnimouse_s jnimouse;
static jmp_buf crash_frame, restore_frame;
char crash_text[1024];
static char crash_text[1024];
#define Android_Lock() pthread_mutex_lock(&events.mutex);
#define Android_Unlock() pthread_mutex_unlock(&events.mutex);