Commit 9f2fb762 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Kill a few relocations

parent 3e649d20
......@@ -270,7 +270,7 @@ static int Open( vlc_object_t *p_this )
if( psz_facility )
{
bool b_valid = 0;
static const struct { const char *psz_name; int i_value; }
static const struct { const char psz_name[7]; int i_value; }
p_facility[10] = {
{ "daemon", LOG_DAEMON }, { "user", LOG_USER },
{ "local0", LOG_LOCAL0 }, { "local1", LOG_LOCAL1 },
......
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