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:
parent
9d14ea4e5a
commit
161b46a479
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user