[vlc-devel] [PATCH 2/2] amt: remove trailing characters
Alexandre Janniaux
ajanni at videolabs.io
Wed Mar 25 13:01:36 CET 2020
---
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
More information about the vlc-devel
mailing list