]> git.sesse.net Git - vlc/commitdiff
Syntax error: missing closing bracket
authorDominique Leuenberger <dominique@leuenberger.net>
Sat, 27 Sep 2008 00:15:58 +0000 (02:15 +0200)
committerRémi Denis-Courmont <rdenis@simphalempin.com>
Sat, 27 Sep 2008 07:58:30 +0000 (10:58 +0300)
Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
share/lua/playlist/break.lua

index 7ef9fbf4eebf45eec1c0bfa7ae4d4ecf5017ab63..ad3367f38fdf36db86e8107d859ed10954dfd937 100644 (file)
@@ -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.