[vlc-commits] CSSLexer: remove trailing line
Alexandre Janniaux
git at videolan.org
Sat Apr 11 11:07:30 CEST 2020
vlc | branch: master | Alexandre Janniaux <ajanni at videolabs.io> | Tue Mar 10 00:58:30 2020 +0100| [fa45108610f242f8c127455164bf69614121bb81] | committer: Alexandre Janniaux
CSSLexer: remove trailing line
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fa45108610f242f8c127455164bf69614121bb81
---
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