[vlc-commits] CSSLexer: remove trailing line

Alexandre Janniaux git at videolan.org
Sat Apr 11 10:41:13 CEST 2020


vlc | branch: master | Alexandre Janniaux <ajanni at videolabs.io> | Tue Mar 10 00:58:30 2020 +0100| [15c1fe1912ce5a646bb313addd0c5cb28cfd7069] | committer: Alexandre Janniaux

CSSLexer: remove trailing line

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=15c1fe1912ce5a646bb313addd0c5cb28cfd7069
---

 modules/codec/webvtt/CSSLexer.l | 1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/codec/webvtt/CSSLexer.l b/modules/codec/webvtt/CSSLexer.l
index fd4f56475c..2ad9193670 100644
--- a/modules/codec/webvtt/CSSLexer.l
+++ b/modules/codec/webvtt/CSSLexer.l
@@ -107,4 +107,3 @@ U\+{range}		{ yylval->string = strdup(yytext); return UNICODERANGE;}
 U\+{h}{1,6}-{h}{1,6}	{ yylval->string = strdup(yytext); return UNICODERANGE;}
 
 .			{return *yytext;}
-



More information about the vlc-commits mailing list