Commit dd0ff262 authored by Felix Paul Kühne's avatar Felix Paul Kühne

dsm: fix compilation warning

parent b9704c0b
...@@ -83,7 +83,7 @@ vlc_module_begin () ...@@ -83,7 +83,7 @@ vlc_module_begin ()
set_callbacks( Open, Close ) set_callbacks( Open, Close )
add_submodule() add_submodule()
set_shortcut( "dsm-sd" ) add_shortcut( "dsm-sd" )
set_description( N_("libdsm NETBIOS discovery module") ) set_description( N_("libdsm NETBIOS discovery module") )
set_category( CAT_PLAYLIST ) set_category( CAT_PLAYLIST )
set_subcategory( SUBCAT_PLAYLIST_SD ) set_subcategory( SUBCAT_PLAYLIST_SD )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment