[vlc-commits] CSSLexer: remove trailing line

Alexandre Janniaux git at videolan.org
Sat Apr 11 11:04:39 CEST 2020


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

CSSLexer: remove trailing line

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

 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