X-Git-Url: https://git.jankratochvil.net/?a=blobdiff_plain;f=common%2Fgsm-api.c;h=229232d68ee44b2ad67ca233adfb1dc8087a2f0e;hb=a2613480a5a1d2e6a1314841f43ae53e85f05f8b;hp=0765c2227bd437ee5b734c634a1da6d9642522cf;hpb=75fee3944a3fa77dae48012152a9d70f2145f148;p=gnokii.git diff --git a/common/gsm-api.c b/common/gsm-api.c index 0765c22..229232d 100644 --- a/common/gsm-api.c +++ b/common/gsm-api.c @@ -661,7 +661,7 @@ bool GetMemoryTypeString(char *memorytext, GSM_MemoryType *type) char *name; } GSM_MTStrings; - GSM_MTStrings mystring[] = { +static GSM_MTStrings mystring[] = { {GMT_ME,"ME"}, {GMT_SM,"SM"}, {GMT_FD,"FD"}, @@ -694,7 +694,7 @@ bool GetMemoryTypeID(char *memorytext, GSM_MemoryType *type) char *name; } GSM_MTStrings; - GSM_MTStrings mystring[] = { +static GSM_MTStrings mystring[] = { {GMT_ME,"ME"}, {GMT_SM,"SM"}, {GMT_FD,"FD"},