Commit 24f36290 authored by Antoine Pitrou's avatar Antoine Pitrou

Issue #5592: make the encodefuncs symbol static

parent e549ead8
......@@ -731,7 +731,7 @@ typedef struct {
encodefunc_t encodefunc;
} encodefuncentry;
encodefuncentry encodefuncs[] = {
static encodefuncentry encodefuncs[] = {
{"ascii", (encodefunc_t) ascii_encode},
{"iso8859-1", (encodefunc_t) latin1_encode},
{"utf-16-be", (encodefunc_t) utf16be_encode},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment