diff options
Diffstat (limited to 'protocols/JabberG/src/jabber.cpp')
-rw-r--r-- | protocols/JabberG/src/jabber.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber.cpp b/protocols/JabberG/src/jabber.cpp index c2575a619b..45ab1ce110 100644 --- a/protocols/JabberG/src/jabber.cpp +++ b/protocols/JabberG/src/jabber.cpp @@ -42,7 +42,7 @@ HINSTANCE hInst; int hLangpack;
int g_cbCountries;
-struct CountryListEntry* g_countries;
+CountryListEntry *g_countries;
TCHAR szCoreVersion[100];
|