]> git.sesse.net Git - vlc/blobdiff - share/lua/playlist/break.lua
Fix Lua documentation (thanks to Dan Brickley)
[vlc] / 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.