vlc | branch: master | Hugo Beauzée-Luyssen <[email protected]> | Thu May 31 10:05:15 2018 +0200| [e10bfe46f9b04ad0948d7c2a575d57a947f0949c] | committer: Hugo Beauzée-Luyssen
live555: remove trailing whitespace > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e10bfe46f9b04ad0948d7c2a575d57a947f0949c --- modules/access/live555.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/access/live555.cpp b/modules/access/live555.cpp index 55e9505ebd..6f8c896292 100644 --- a/modules/access/live555.cpp +++ b/modules/access/live555.cpp @@ -302,7 +302,7 @@ static int Open ( vlc_object_t *p_this ) if (p_demux->out == NULL) return VLC_EGENERIC; - /* if the rtsp URL may contain a sat.ip fake DNS, bail-out early and + /* if the rtsp URL may contain a sat.ip fake DNS, bail-out early and * let the SAT>IP module handle that */ if( !strncmp(p_demux->psz_location, "sat.ip", 6) ) { _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
