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

directory: fix warning

parent e74490b3
......@@ -486,5 +486,6 @@ int DirControl( access_t *p_access, int i_query, va_list args )
default:
return VLC_EGENERIC;
}
(void) p_access;
return VLC_SUCCESS;
}
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