From 161b46a479d7094a4853ef1fcfd0c36ecea196ab Mon Sep 17 00:00:00 2001 From: Kalle Olavi Niemitalo Date: Tue, 2 Jan 2007 00:58:38 +0200 Subject: [PATCH] Make table[] in charsets.c static. There is no extern declaration for it anywhere. --- src/intl/charsets.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intl/charsets.c b/src/intl/charsets.c index 40a5c698e..0255f066a 100644 --- a/src/intl/charsets.c +++ b/src/intl/charsets.c @@ -864,7 +864,7 @@ get_translation_table_to_utf8(int from) } /* A conversion table between two charsets, where the target is not UTF-8. */ -struct conv_table table[256]; +static struct conv_table table[256]; static int first = 1; void