[vlc-commits] amt: remove trailing characters
Alexandre Janniaux
git at videolan.org
Mon Mar 30 09:46:15 CEST 2020
vlc | branch: master | Alexandre Janniaux <ajanni at videolabs.io> | Wed Mar 25 13:01:36 2020 +0100| [ba59e17a99c38e3f7955bef93e6274d3875e8fc5] | committer: Alexandre Janniaux
amt: remove trailing characters
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ba59e17a99c38e3f7955bef93e6274d3875e8fc5
---
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 7706bfd573..4f2f7793c4 100644
--- a/modules/access/amt.c
+++ b/modules/access/amt.c
@@ -870,7 +870,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 ),
More information about the vlc-commits
mailing list