diff options
Diffstat (limited to 'indra/llcommon/llfindlocale.h')
-rw-r--r-- | indra/llcommon/llfindlocale.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llcommon/llfindlocale.h b/indra/llcommon/llfindlocale.h index 1401609d40..cfcee759fd 100644 --- a/indra/llcommon/llfindlocale.h +++ b/indra/llcommon/llfindlocale.h @@ -36,11 +36,11 @@ typedef const char* FL_Lang; typedef const char* FL_Country; typedef const char* FL_Variant; -typedef struct { +struct FL_Locale { FL_Lang lang; FL_Country country; FL_Variant variant; -} FL_Locale; +}; typedef enum { /* for some reason we failed to even guess: this should never happen */ |