[vlc-devel] commit: Syntax error: missing closing bracket (Dominique Leuenberger )

git version control git at videolan.org
Sat Sep 27 09:55:14 CEST 2008


vlc | branch: master | Dominique Leuenberger <dominique at leuenberger.net> | Sat Sep 27 02:15:58 2008 +0200| [536816e4ed2c588f8da6b214e8886d59d69716d3] | committer: Rémi Denis-Courmont 

Syntax error: missing closing bracket

Signed-off-by: Rémi Denis-Courmont <rdenis at simphalempin.com>

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

 share/lua/playlist/break.lua |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/share/lua/playlist/break.lua b/share/lua/playlist/break.lua
index 7ef9fbf..ad3367f 100644
--- a/share/lua/playlist/break.lua
+++ b/share/lua/playlist/break.lua
@@ -22,7 +22,7 @@
 function probe()
     return vlc.access == "http"
         and ( string.match( vlc.path, "^break.com" )
-           or string.match( vlc.path, "^www.break.com" )
+           or string.match( vlc.path, "^www.break.com" ) )
 end
 
 -- Parse function.




More information about the vlc-devel mailing list