summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--loader/lang.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/loader/lang.c b/loader/lang.c
index f516c1f77..074e7e99b 100644
--- a/loader/lang.c
+++ b/loader/lang.c
@@ -333,8 +333,9 @@ int chooseLanguage(char ** lang, int flags) {
}
#ifdef __sparc__
-struct defaultKeyboardByLang
-defaultSunKeyboards[] = {
+struct defaultKeyboardByLang {
+ char * lang, * keyboard;
+} defaultSunKeyboards[] = {
{ "fi", "sunt5-fi-latin1" },
{ "cs", "sunt5-cz-us" },
{ NULL, NULL } };