[vlc-devel] [PATCH 2/2] CSSLexer: remove trailing line

Alexandre Janniaux ajanni at videolabs.io
Tue Mar 10 00:58:30 CET 2020


---
 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;}
-
-- 
2.25.1



More information about the vlc-devel mailing list