]> git.sesse.net Git - vlc/blobdiff - modules/demux/mkv/mkv.cpp
modules: use the new add_shortcut capability (add multiple shortcuts at a time).
[vlc] / modules / demux / mkv / mkv.cpp
index 01906f98d57e702961ee5375ab00295ffe99e851..b797feb90499cb3ca419b23fec42af5116105175 100644 (file)
@@ -69,8 +69,7 @@ vlc_module_begin ()
             N_("Dummy Elements"),
             N_("Read and discard unknown EBML elements (not good for broken files)."), true );
 
-    add_shortcut( "mka" )
-    add_shortcut( "mkv" )
+    add_shortcut( "mka", "mkv" )
 vlc_module_end ()
 
 class demux_sys_t;