rename global version_information and its struct type

This commit is contained in:
Philippe Teuwen 2021-08-21 20:11:14 +02:00
commit 8280fc3c07
9 changed files with 11 additions and 11 deletions

View file

@ -38,7 +38,7 @@
static char *g_android_executable_directory = NULL;
static char *g_android_user_directory = NULL;
char version_information[] = {""};
char g_version_information[] = {""};
const char *get_my_executable_directory(void) {
if (g_android_executable_directory == NULL) {