From ef9acddb4f5fe94cef2f3f4cd513251c4225b2fd Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Fri, 28 Apr 2000 20:19:23 +0000 Subject: hack --- loader/lang.c | 5 +++-- 1 file 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 } }; -- cgit