[vlc-devel] [PATCH 2/2] amt: remove trailing characters
Steve Lhomme
robux4 at ycbcr.xyz
Wed Mar 25 14:37:50 CET 2020
I don't think you need to send a patch just for that.
On 2020-03-25 13:01, Alexandre Janniaux wrote:
> ---
> modules/access/amt.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/modules/access/amt.c b/modules/access/amt.c
> index b5ed878ce8..5df46c7613 100644
> --- a/modules/access/amt.c
> +++ b/modules/access/amt.c
> @@ -872,7 +872,7 @@ static int amt_sockets_init( stream_t *p_access )
> }
>
> /* bind socket to local address */
> - struct sockaddr_in stLocalAddr =
> + struct sockaddr_in stLocalAddr =
> {
> .sin_family = AF_INET,
> .sin_port = htons( 0 ),
> --
> 2.26.0
>
> _______________________________________________
> 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