From: Wilfried Göesgens Date: Wed, 26 Aug 2009 23:00:16 +0000 (+0000) Subject: * some c-compilers seem to be more picky... X-Git-Tag: v7.86~908 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=064fda98752673e149c6f3736116da3c6dab08df;p=citadel.git * some c-compilers seem to be more picky... --- diff --git a/webcit/setup.c b/webcit/setup.c index dca58630e..ee8f81277 100644 --- a/webcit/setup.c +++ b/webcit/setup.c @@ -250,7 +250,7 @@ void set_value(char *prompt, char str[]) } -extern char **AvailLang; +extern const char *AvailLang[]; int GetLocalePrefs(void) { int nLocales;