mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
rename global version_information and its struct type
This commit is contained in:
parent
1d11e6d153
commit
8280fc3c07
9 changed files with 11 additions and 11 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue