platform/android_nosdl: fix forgotten static

This commit is contained in:
mittorn
2023-12-16 22:35:59 +03:00
committed by Alibek Omarov
parent 26cbb1d6bf
commit bd5309b018
4 changed files with 17 additions and 3 deletions

View File

@@ -45,7 +45,7 @@ static dllfunc_t android_funcs[] =
{ NULL, NULL }
};
#undef NW_FF
dll_info_t android_info = { "libandroid.so", android_funcs, false };
static dll_info_t android_info = { "libandroid.so", android_funcs, false };
/*
========================