]> git.sesse.net Git - vlc/blobdiff - modules/demux/ty.c
modules: use the new add_shortcut capability (add multiple shortcuts at a time).
[vlc] / modules / demux / ty.c
index 9c27d97e0a848c2d1c0acd42ab2a70e33f05d3cb..a0c826af095fde2f763e81cd198018648a5f2b4a 100644 (file)
@@ -66,8 +66,7 @@ vlc_module_begin ()
      * Something must be wrong.
      */
     set_callbacks( Open, Close )
-    add_shortcut("ty")
-    add_shortcut("tivo")
+    add_shortcut("ty", "tivo")
 vlc_module_end ()
 
 /*****************************************************************************