[vlc-devel] [PATCH 2/2] amt: remove trailing characters
Alexandre Janniaux
ajanni at videolabs.io
Wed Mar 25 15:32:43 CET 2020
Hi,
Yes sorry, bad habits are tough, please review the other
one only.
Regards,
--
Alexandre Janniaux
Videolabs
On Wed, Mar 25, 2020 at 02:37:50PM +0100, Steve Lhomme wrote:
> 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
> >
> _______________________________________________
> 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