1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

Make table[] in charsets.c static.

There is no extern declaration for it anywhere.
This commit is contained in:
Kalle Olavi Niemitalo 2007-01-02 00:58:38 +02:00 committed by Kalle Olavi Niemitalo
parent 9d14ea4e5a
commit 161b46a479

View File

@ -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