[vlc-devel] [PATCH] Fix typo (sys -> p_sys) after recent refactoring
Thomas Guillem
thomas at gllm.fr
Fri Jul 22 10:19:16 CEST 2016
On Fri, Jul 22, 2016, at 04:56, Sebastian Roth wrote:
> ---
> modules/access/dsm/access.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/modules/access/dsm/access.c b/modules/access/dsm/access.c
> index 98463c6..44b6098 100644
> --- a/modules/access/dsm/access.c
> +++ b/modules/access/dsm/access.c
> @@ -475,7 +475,7 @@ static ssize_t Read( access_t *p_access, void
> *p_buffer, size_t i_len )
> *****************************************************************************/
> static int Control( access_t *p_access, int i_query, va_list args )
> {
> - access_sys_t *sys = p_access->p_sys;
> + access_sys_t *p_sys = p_access->p_sys;
>
> switch( i_query )
> {
pushed, thanks!
> --
> 2.9.2
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
More information about the vlc-devel
mailing list