summaryrefslogtreecommitdiff
path: root/include/m_utils.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-07-24 14:50:37 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-07-24 14:50:37 +0300
commit1ecb5424cdf72be85d0c016f650d29cf62447c83 (patch)
tree5b23dc2f2919de56a240aeb467c6500d7c513ed3 /include/m_utils.h
parent103de9c164934b2393dfcba7011625f90c8a2097 (diff)
code cleaning
Diffstat (limited to 'include/m_utils.h')
-rw-r--r--include/m_utils.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/include/m_utils.h b/include/m_utils.h
index e287a89975..9026e49a71 100644
--- a/include/m_utils.h
+++ b/include/m_utils.h
@@ -107,11 +107,14 @@ Neither wParam nor lParam can be NULL.
The list is sorted alphabetically by country name, on the assumption that it's
quicker to search numbers out of order than it is to search names out of order
*/
-struct CountryListEntry {
+
+struct CountryListEntry
+{
int id;
- const char *szName;
char ISOcode[3];
+ const char *szName;
};
+
#define MS_UTILS_GETCOUNTRYLIST "Utils/GetCountryList"
/////////////////////////////////////////////////////////////////////////////////////////